Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOperationExecutor_AttachSingleNodeVolumeConcurrentlyToSameNode (0.39 sec)

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

    	}
    
    	// Assert
    	if !isOperationRunSerially(ch, quit) {
    		t.Fatalf("Unmount device operations should not start concurrently")
    	}
    }
    
    func TestOperationExecutor_AttachSingleNodeVolumeConcurrentlyToSameNode(t *testing.T) {
    	t.Parallel()
    
    	// Arrange
    	ch, quit, oe := setup()
    	volumesToAttach := make([]VolumeToAttach, numVolumesToAttach)
    	pdName := "pd-volume"
    
    	// Act
    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