fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Add comments to TestSetupMasterInternal in pkg\ddc\jindo\master_internal_test.go.

Open lwxin0805 opened this issue 7 months ago • 0 comments

Which function do you want to add comments to?

TestSetupMasterInternal in pkg\ddc\jindo\master_internal_test.go.

What comments do you want to add?

// TestSetupMasterInternal tests the internal setup logic of the JindoEngine's master component. // This includes testing various scenarios such as: // - Failure in runtime port allocator // - Helm release already exists // - Helm release check error // - Helm release not found followed by install failure // - Helm release not found followed by successful install // Mock hooks are applied to helm.CheckRelease and helm.InstallRelease for each scenario. // gohook is used for method patching and unhooking during testing.

lwxin0805 avatar Jun 14 '25 08:06 lwxin0805