We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330e2b3 commit 307b03fCopy full SHA for 307b03f
1 file changed
pkg/ddc/alluxio/hcfs_test.go
@@ -203,7 +203,6 @@ func TestQueryHCFSEndpoint(t *testing.T) {
203
// TestCompatibleUFSVersion tests the compatibility of the UFS (Under File System) version
204
// by mocking the execution of commands in a container. It verifies that the function
205
// queryCompatibleUFSVersion returns the expected output based on the mocked command execution results.
206
-
207
func TestCompatibleUFSVersion(t *testing.T) {
208
mockExecCommon := func(ctx context.Context, podName string, containerName string, namespace string, cmd []string) (stdout string, stderr string, e error) {
209
return "conf", "", nil
0 commit comments