Commit bb6be38
committed
fix : add logic to abort test execution when max devworkspaces target is reached
Instead of returning from each VU iteration after checking number of
currently running DevWorkspaces, abort the test execution to save time
and reduce load on K8s apiserver.
Signed-off-by: Rohan Kumar <[email protected]>1 parent 81d2ec4 commit bb6be38
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments