We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c839a1d commit 1ee9257Copy full SHA for 1ee9257
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -810,6 +810,17 @@ func TestGetFuseDaemonsetName(t *testing.T) {
810
}
811
812
813
+// TestGetMountPoint tests the AlluxioEngine.getMountPoint method to ensure it correctly constructs
814
+// the mount point path. The test verifies the path concatenation logic using configured MountRoot,
815
+// namespace, and engine name parameters to validate the resulting filesystem path.
816
+//
817
+// Parameters:
818
+// - t : *testing.T
819
+// Testing framework handle for managing test state and reporting failures
820
821
+// Returns:
822
+// - None
823
+// Failures are reported through t.Errorf
824
func TestGetMountPoint(t *testing.T) {
825
type fields struct {
826
name string
0 commit comments