File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,10 +279,10 @@ func TestTransformResourcesForWorkerWithTieredStore(t *testing.T) {
279279// transformed based on the AlluxioRuntime specification, particularly considering
280280// the memory quota defined in the tiered storage configuration.
281281// The test includes scenarios where:
282- // 1. The specified memory limit is less than the memory tier quota, resulting in an error
283- // and the original resource values being retained.
284- // 2. The specified memory limit is sufficient, and the memory request is adjusted
285- // to match the memory tier quota.
282+ // 1. The specified memory limit is less than the memory tier quota, resulting in an error
283+ // and the original resource values being retained.
284+ // 2. The specified memory limit is sufficient, and the memory request is adjusted
285+ // to match the memory tier quota.
286286func TestTransformResourcesForWorkerWithValue (t * testing.T ) {
287287
288288 resources := corev1.ResourceRequirements {}
You can’t perform that action at this time.
0 commit comments