We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b61b57 commit 398d20dCopy full SHA for 398d20d
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -744,6 +744,17 @@ func TestGetFuseDaemonsetName(t *testing.T) {
744
}
745
746
747
+// TestGetMountPoint tests the AlluxioEngine.getMountPoint method to ensure it correctly constructs
748
+// the mount point path. The test verifies the path concatenation logic using configured MountRoot,
749
+// namespace, and engine name parameters to validate the resulting filesystem path.
750
+//
751
+// Parameters:
752
+// - t : *testing.T
753
+// Testing framework handle for managing test state and reporting failures
754
755
+// Returns:
756
+// - None
757
+// Failures are reported through t.Errorf
758
func TestGetMountPoint(t *testing.T) {
759
type fields struct {
760
name string
0 commit comments