Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Mockbeat expects Beater.Stop to be called after Beater.Run has initialized some shared state. This is a race as Stop can be called at any moment, even before Run is ever called. This caused race warnings and segfaults when running unit tests. Closes #5037
- Loading branch information