Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConcurrentOperationsPositive (0.34 sec)

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

    	if err4 != nil {
    		t.Fatalf("NestedPendingOperations failed. Expected: <no error> Actual: <%v>", err4)
    	}
    }
    
    // testConcurrentOperationsPositive passes if the two operations keyed by the
    // provided parameters are executed in parallel, and fails otherwise.
    func testConcurrentOperationsPositive(
    	t *testing.T,
    	volumeName1 v1.UniqueVolumeName,
    	podName1 volumetypes.UniquePodName,
    	nodeName1 types.NodeName,
    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