Skip to content

Commit f3c1fb4

Browse files
lixuefeng026lixuefeng
andauthored
Add Notation to TestAlluxioEngine_getInitUserDir in pkg\ddc\alluxio\utils_test.go. (#4886)
Signed-off-by: lixuefeng <221220128@smail.nju.edu.cn> Co-authored-by: lixuefeng <221220128@smail.nju.edu.cn>
1 parent a7d173c commit f3c1fb4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pkg/ddc/alluxio/utils_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ func TestIsFluidNativeScheme(t *testing.T) {
6262
}
6363
}
6464

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
6572
func TestAlluxioEngine_getInitUserDir(t *testing.T) {
6673
type fields struct {
6774
runtime *datav1alpha1.AlluxioRuntime

0 commit comments

Comments
 (0)