Skip to content

Commit 03d3a2b

Browse files
sym-jpgsym-jpg
andauthored
Add Notation to TestTransformFuse in pkg/ddc/alluxio/transform_test.go (#5042)
Signed-off-by: sym-jpg <sym040713@gamail.com> Co-authored-by: sym-jpg <sym040713@gamail.com>
1 parent c225d3f commit 03d3a2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pkg/ddc/alluxio/transform_test.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ var (
4444
Name: "local",
4545
}
4646
)
47-
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.
4852
func TestTransformFuse(t *testing.T) {
4953

5054
var x int64 = 1000

0 commit comments

Comments
 (0)