You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Global" aborts were implemented as part of PR #283: each k6 Cloud test run checks the abort status at the beginning of reconcile loop. If there's an abort status, the stop Job is created and test run is stopped. This logic works for both PLZ test run and cloud output test run.
Necessary caveat: if the test run hasn't been identified as k6 Cloud test run yet, it cannot be aborted at all. This scenario can happen with cloud output test run with an error from an initializer (e.g. badly formed script or arguments). It might make sense to look into this case more during #260.
Consider how to add monitoring of aborts from k6 Cloud in these cases:
The text was updated successfully, but these errors were encountered: