We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f122d commit 86597efCopy full SHA for 86597ef
1 file changed
pkg/ddc/alluxio/health_check_test.go
@@ -36,9 +36,10 @@ import (
36
"github.com/fluid-cloudnative/fluid/pkg/utils"
37
"github.com/fluid-cloudnative/fluid/pkg/utils/fake"
38
)
39
+
40
// TestCheckRuntimeHealthy is a unit test that verifies the health check logic
41
// for the Jindo runtime environment. It creates a mock runtime and simulates
-// different health scenarios, asserting that the status returned by the
42
+// different health scenarios, asserting that the status returned by the
43
// CheckRuntimeHealthy method matches the expected outcome.
44
func TestCheckRuntimeHealthy(t *testing.T) {
45
var statefulsetInputs = []appsv1.StatefulSet{
0 commit comments