Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkStorageCalls (0.47 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_test.go

    }
    
    func checkStorageCalls(t *testing.T, pageSize, estimatedProcessedObjects uint64) {
    	// No-op function for now, since cacher passes pagination calls to underlying storage.
    }
    
    func TestListContinuation(t *testing.T) {
    	ctx, cacher, terminate := testSetup(t)
    	t.Cleanup(terminate)
    	storagetesting.RunTestListContinuation(ctx, t, cacher, checkStorageCalls)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top