Skip to content

Commit 307b03f

Browse files
committed
Add Notation to TestCompatibleUFSVersion(t *testing.T) in pkg\ddc\alluxio\hcfs_test.go.
Signed-off-by: hadoop <3229588753@qq.com>
1 parent 330e2b3 commit 307b03f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/ddc/alluxio/hcfs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ func TestQueryHCFSEndpoint(t *testing.T) {
203203
// TestCompatibleUFSVersion tests the compatibility of the UFS (Under File System) version
204204
// by mocking the execution of commands in a container. It verifies that the function
205205
// queryCompatibleUFSVersion returns the expected output based on the mocked command execution results.
206-
207206
func TestCompatibleUFSVersion(t *testing.T) {
208207
mockExecCommon := func(ctx context.Context, podName string, containerName string, namespace string, cmd []string) (stdout string, stderr string, e error) {
209208
return "conf", "", nil

0 commit comments

Comments
 (0)