We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c225d3f commit 03d3a2bCopy full SHA for 03d3a2b
1 file changed
pkg/ddc/alluxio/transform_test.go
@@ -44,7 +44,11 @@ var (
44
Name: "local",
45
}
46
)
47
-
+// TestTransformFuse tests the transformFuse method of the Alluxio engine to ensure it correctly
48
+// generates the expected FUSE mount arguments in the Alluxio object based on the provided
49
+// AlluxioRuntime and Dataset specifications.
50
+// Specifically, it checks that the UID and GID values from the Dataset are properly included
51
+// in the generated fuse arguments.
52
func TestTransformFuse(t *testing.T) {
53
54
var x int64 = 1000
0 commit comments