Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPodVolumeDeadlineUnmount (0.18 sec)

  1. pkg/kubelet/kubelet_volumes_test.go

    		assert.Lessf(t, delta, 10*time.Second, "WaitForAttachAndMount should timeout when the context is cancelled")
    		assert.ErrorIs(t, err, context.DeadlineExceeded)
    		cancel()
    	}
    }
    
    func TestPodVolumeDeadlineUnmount(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping test in short mode.")
    	}
    
    	testKubelet := newTestKubeletWithImageList(t, nil /*imageList*/, false, /* controllerAttachDetachEnabled */
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 17 16:53:28 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top