Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newMounterShouldFail (0.2 sec)

  1. pkg/volume/csi/csi_mounter_test.go

    				tc.spec(tc.fsType, tc.options),
    				&corev1.Pod{ObjectMeta: meta.ObjectMeta{UID: tc.podUID, Namespace: testns}},
    				volume.VolumeOptions{},
    			)
    			if tc.newMounterShouldFail && err != nil {
    				t.Log(err)
    				return
    			}
    			if !tc.newMounterShouldFail && err != nil {
    				t.Fatal("unexpected error:", err)
    			}
    			if mounter == nil {
    				t.Fatal("failed to create CSI mounter")
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top