Skip to content

Commit fc0876d

Browse files
committed
Add comments to TestOptimizeDefaultForFuseWithArgs(t *testing.T) in pkg\ddc\alluxio\transform_optimization_test.go
Signed-off-by: molihh <221220006@smail.nju.edu.cn>
1 parent 7d51c7d commit fc0876d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ddc/alluxio/transform_optimization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ func TestAlluxioEngine_setPortProperties(t *testing.T) {
448448
})
449449
}
450450
}
451+
451452
// TestOptimizeDefaultForFuseWithArgs conducts comprehensive validation of the optimizeDefaultFuse method's behavior across distinct parameter versioning contexts
452453
//
453454
// The evaluation encompasses two principal scenarios:
@@ -474,7 +475,6 @@ func TestAlluxioEngine_setPortProperties(t *testing.T) {
474475
// 2. Execute optimizeDefaultFuse parameter transformation logic
475476
// 3. Perform deep reflective comparison between actual and expected arguments
476477
// 4. Generate diagnostic output for any detected discrepancies
477-
478478
func TestOptimizeDefaultForFuseWithArgs(t *testing.T) {
479479
var tests = []struct {
480480
runtime *datav1alpha1.AlluxioRuntime

0 commit comments

Comments
 (0)