Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for foundObjects (0.18 sec)

  1. 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++ {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  2. 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 {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 47.4K bytes
    - Viewed (0)
Back to top