Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VerifySetUpCallCount (0.14 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconstruct_test.go

    			if tc.expectMount {
    				// The volume should be fully mounted
    				waitForMount(t, fakePlugin, volumeName, rcInstance.actualStateOfWorld)
    				// SetUp was called and succeeded
    				if err := volumetesting.VerifySetUpCallCount(1, fakePlugin); err != nil {
    					t.Errorf("Expected SetUp() to be called, got %s", err)
    				}
    			} else {
    				// The test does not expect any change in ASW, yet it needs to wait for volume operations to finish
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top