Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trigerWatchEventTime (0.27 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    				t.Fatalf("failed to attach: %v", err)
    			}
    
    			trigerWatchEventTime := tc.trigerWatchEventTime
    			finalAttached := tc.finalAttached
    			finalAttachErr := tc.finalAttachErr
    			var wg sync.WaitGroup
    			// after timeout, fakeWatcher will be closed by csiAttacher.waitForVolumeAttachment
    			if tc.trigerWatchEventTime > 0 && tc.trigerWatchEventTime < tc.timeout {
    				wg.Add(1)
    				go func() {
    					defer wg.Done()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
Back to top