Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOperationExecutor_VerifyVolumesAreAttachedConcurrentlyOnSameNode (0.88 sec)

  1. pkg/volume/util/operationexecutor/operation_executor_test.go

    	}
    
    	// Assert
    	if !isOperationRunConcurrently(ch, quit, numVolumesToDetach) {
    		t.Fatalf("Attach volume operations should not execute serially")
    	}
    }
    
    func TestOperationExecutor_VerifyVolumesAreAttachedConcurrentlyOnSameNode(t *testing.T) {
    	// Arrange
    	ch, quit, oe := setup()
    
    	// Act
    	for i := 0; i < numVolumesToVerifyAttached; i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top