Which function do you want to add comments to?
TestTransformResourcesForWorkerWithTieredStore in pkg\ddc\alluxio\transform_resources_test.go
What comments do you want to add?
// TestTransformResourcesForWorkerWithTieredStore tests resource configuration conversion logic for Alluxio worker with tiered storage settings
// This test validates:
// - Correct transformation of tiered store quotas into Kubernetes resource requests
// - Proper handling of memory resource allocation boundaries
// - Absence of unintended resource limits when not explicitly specified
Which function do you want to add comments to?
TestTransformResourcesForWorkerWithTieredStore in pkg\ddc\alluxio\transform_resources_test.go
What comments do you want to add?