We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16e20d commit 7e3e0dcCopy full SHA for 7e3e0dc
1 file changed
pkg/ddc/alluxio/transform_volumes_test.go
@@ -24,6 +24,9 @@ import (
24
corev1 "k8s.io/api/core/v1"
25
)
26
27
+// TestTransformMasterVolumes tests the transformMasterVolumes method.
28
+// It defines multiple test cases to validate that the function correctly transforms volumes and volume mounts
29
+// for the Alluxio master component. The test checks both successful transformations and error conditions.
30
func TestTransformMasterVolumes(t *testing.T) {
31
type testCase struct {
32
name string
0 commit comments