Skip to content

Commit 86597ef

Browse files
committed
Add comments to TestGenUFSMountOptions in pkg/ddc/alluxio/ufs_test.go (#4907)
Signed-off-by: jjqqcj <3060824286@qq.com>
1 parent a9f122d commit 86597ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/ddc/alluxio/health_check_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ import (
3636
"github.com/fluid-cloudnative/fluid/pkg/utils"
3737
"github.com/fluid-cloudnative/fluid/pkg/utils/fake"
3838
)
39+
3940
// TestCheckRuntimeHealthy is a unit test that verifies the health check logic
4041
// for the Jindo runtime environment. It creates a mock runtime and simulates
41-
// different health scenarios, asserting that the status returned by the
42+
// different health scenarios, asserting that the status returned by the
4243
// CheckRuntimeHealthy method matches the expected outcome.
4344
func TestCheckRuntimeHealthy(t *testing.T) {
4445
var statefulsetInputs = []appsv1.StatefulSet{

0 commit comments

Comments
 (0)