Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkObjCount (1.72 sec)

  1. cmd/object_api_suite_test.go

    				break
    			}
    			for _, obj := range result.Objects {
    				checkObjCount[obj.Name]--
    			}
    			if token == "" {
    				break
    			}
    		}
    		for key, value := range checkObjCount {
    			if value != 0 {
    				t.Errorf("%s: Expected value of objects to be %d, instead found to be %d", instanceType, 0, value)
    			}
    			delete(checkObjCount, key)
    		}
    	}
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 34.5K bytes
    - Viewed (0)
Back to top