This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race on eventloop start in tests
The eventloop provided by k6 is meant to be run until completion rather than trying to start multiple event loops. This change will only allow a single eventloop to start until all callbacks have completed, and only then allow the next eventloop to start. This issue is only occurring in tests as far as i can tell since in normal running it doesn't use Start.
- Loading branch information