We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d0c51 commit 11d2ec3Copy full SHA for 11d2ec3
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -154,6 +154,9 @@ func TestAlluxioEngine_getInitUsersArgs(t *testing.T) {
154
}
155
156
157
+// Tests getMountRoot() with env var set. Verifies it correctly appends default subpath.
158
+// Example: "/var/lib/mymount" → "/var/lib/mymount/alluxio"
159
+// Note: t.Setenv auto-cleans after test. Add more cases for empty paths, etc. if needed.
160
func TestMountRootWithEnvSet(t *testing.T) {
161
var testCases = []struct {
162
input string
0 commit comments