Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test to check Ctrl+C interruption during the VU init phase
As I've mentioned in the code comments, this test doesn't test the eventually desired behavior, it tests the currently expected behavior as it is. The current behavior is still much better than the behavior before this PR, where the VU init was interrupted without any handling and graceful stops. However, the fix to actually abort k6 with the correct exit code and run_status will be in another PR.
- Loading branch information