Skip to content

Commit 00b99ec

Browse files
author
Srj
committed
add comments to TestInvokeCleanCache in pkg\ddc\alluxio\cache_test.go.
1 parent f58ea36 commit 00b99ec

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pkg/ddc/alluxio/cache_test.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,7 @@ func TestPatchDatasetStatus(t *testing.T) {
233233
// TestInvokeCleanCache tests the behavior of the invokeCleanCache function in the AlluxioEngine.
234234
// It simulates different StatefulSet statuses using a fake client to verify whether the function
235235
// 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-
//
236+
//
242237
// Parameters:
243238
// - t (*testing.T): The testing context used to run assertions.
244239
//

0 commit comments

Comments
 (0)