Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedCalls (0.23 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	}
    	expectedCalls := (int64(numPods) + deleteCollectionPageSize - 1) / deleteCollectionPageSize
    	if listCalls := atomic.LoadInt64(&storeWithCounter.listCounter); listCalls != expectedCalls {
    		t.Errorf("Unexpected number of list calls: %d, expected: %d", listCalls, expectedCalls)
    	}
    
    	for i := 0; i < numPods; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top