Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForIdle (0.1 sec)

  1. pkg/controller/volume/persistentvolume/framework_test.go

    	return &volumeReactor{
    		pvtesting.NewVolumeReactor(ctx, client, fakeVolumeWatch, fakeClaimWatch, errors),
    		ctrl,
    	}
    }
    
    // waitForIdle waits until all tests, controllers and other goroutines do their
    // job and no new actions are registered for 10 milliseconds.
    func (r *volumeReactor) waitForIdle() {
    	r.ctrl.runningOperations.WaitForCompletion()
    	// Check every 10ms if the controller does something and stop if it's
    	// idle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
Back to top