File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -438,9 +438,7 @@ The logs are attached only if there are errors.
438438 Expect (resourceManager .WaitForPodsToBeReady (ctx , namespace )).To (Succeed ())
439439
440440 for i := range len (objects .ScaleIterationGroups ) {
441- Expect (resourceManager .Apply (
442- objects .ScaleIterationGroups [i ],
443- )).To (Succeed ())
441+ Expect (resourceManager .Apply (objects .ScaleIterationGroups [i ])).To (Succeed ())
444442
445443 if i == 0 {
446444 var nginxPodNames []string
@@ -477,7 +475,7 @@ The logs are attached only if there are errors.
477475 url ,
478476 address ,
479477 timeoutConfig .RequestTimeout ,
480- framework .WithLoggingDisabled (), // disable logging to avoid huge logs
478+ framework .WithLoggingDisabled (), // disable logging to avoid huge log for 1000 requests
481479 ),
482480 ).WithTimeout (6 * timeoutConfig .RequestTimeout ).WithPolling (100 * time .Millisecond ).Should (Succeed ())
483481
You can’t perform that action at this time.
0 commit comments