We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58ea36 commit 00b99ecCopy full SHA for 00b99ec
1 file changed
pkg/ddc/alluxio/cache_test.go
@@ -233,12 +233,7 @@ func TestPatchDatasetStatus(t *testing.T) {
233
// TestInvokeCleanCache tests the behavior of the invokeCleanCache function in the AlluxioEngine.
234
// It simulates different StatefulSet statuses using a fake client to verify whether the function
235
// correctly determines if an error should be returned based on the readiness state of the replicas.
236
-//
237
-// Test cases include:
238
-// - A component with no ready replicas (expected: no error)
239
-// - A component with ready replicas (expected: error)
240
-// - A non-existent component (expected: no error)
241
+//
242
// Parameters:
243
// - t (*testing.T): The testing context used to run assertions.
244
//
0 commit comments