Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queue events emitted before reporters are initialized
- Non-error events emitted before reporters are initialized are queued and re-emitted after reporters are initialized. - Reporter initialization happens a bit earlier in the run process (just after config resolution) - Unit tests for executor events now run the executor before making assertions to ensure that the event queue has been drained fixes #796
- Loading branch information