We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d173c commit f3c1fb4Copy full SHA for f3c1fb4
1 file changed
pkg/ddc/alluxio/utils_test.go
@@ -62,6 +62,13 @@ func TestIsFluidNativeScheme(t *testing.T) {
62
}
63
64
65
+// TestAlluxioEngine_getInitUsersArgs tests the user initialization parameters generation functionality of utils.GetInitUsersArgs
66
+//
67
+// Parameters:
68
+// - t (*testing.T): Testing context object from Go test framework
69
70
+// Returns:
71
+// - No return value, reports test failures through t.Errorf
72
func TestAlluxioEngine_getInitUserDir(t *testing.T) {
73
type fields struct {
74
runtime *datav1alpha1.AlluxioRuntime
0 commit comments