Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestXLStorageReadAll (0.24 sec)

  1. cmd/xl-storage_test.go

    		if err != testCase.err {
    			t.Fatalf("TestXLStorage %d: Expected err \"%s\", got err \"%s\"", i+1, testCase.err, err)
    		}
    	}
    }
    
    // TestXLStorageReadAll - TestXLStorages the functionality implemented by xlStorage ReadAll storage API.
    func TestXLStorageReadAll(t *testing.T) {
    	// create xlStorage test setup
    	xlStorage, _, err := newXLStorageTestSetup(t)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 11 17:45:28 GMT 2024
    - 66.7K bytes
    - Viewed (0)
Back to top