- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for foundObjects (1.23 sec)
-
cmd/object-api-listobjects_test.go
} } if len(testCase.result.Objects) != len(foundObjects) { t.Logf("want: %v", objInfoNames(testCase.result.Objects)) t.Logf("got: %v", objInfoNames(foundObjects)) t.Errorf("Test %d: %s: Expected number of objects in the result to be '%d', but found '%d' objects instead", i+1, instanceType, len(testCase.result.Objects), len(foundObjects)) } for j := 0; j < len(testCase.result.Objects); j++ {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
cmd/data-scanner.go
replicationCfg = f.oldCache.Info.replication } if f.weSleep() { scannerSleeper.Sleep(ctx, dataScannerSleepPerFolder) } var existingFolders, newFolders []cachedFolder var foundObjects bool err := readDirFn(pathJoin(f.root, folder.name), func(entName string, typ os.FileMode) error { // Parse entName = pathClean(pathJoin(folder.name, entName)) if entName == "" || entName == folder.name {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.5K bytes - Viewed (0)