Skip to content

Commit 7e3e0dc

Browse files
authored
Add notation to TestTransformMasterVolumes(t *testing.T) in pkg\ddc\alluxio\transform_volumes_test.go. (#4985)
Signed-off-by: 暝 明 <1159895098@qq.com>
1 parent d16e20d commit 7e3e0dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/ddc/alluxio/transform_volumes_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ import (
2424
corev1 "k8s.io/api/core/v1"
2525
)
2626

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.
2730
func TestTransformMasterVolumes(t *testing.T) {
2831
type testCase struct {
2932
name string

0 commit comments

Comments
 (0)