Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_NestedPendingOperations_Positive_SingleOp (0.61 sec)

  1. pkg/volume/util/nestedpendingoperations/nestedpendingoperations_test.go

    	// wait for an operation to complete (each successive failure results in
    	// exponential backoff).
    	initialOperationWaitTimeLong time.Duration = 500 * time.Millisecond
    )
    
    func Test_NestedPendingOperations_Positive_SingleOp(t *testing.T) {
    	// Arrange
    	grm := NewNestedPendingOperations(false /* exponentialBackOffOnError */)
    	volumeName := v1.UniqueVolumeName("volume-name")
    
    	// Act
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:29:17 UTC 2022
    - 36.1K bytes
    - Viewed (0)
Back to top