forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes racey tests in
tsh
(gravitational#7416)
Multiple routines were fighting over the global logrus `Logger` instance, causing the race detector to trip roughly once in every 10 test runs. This patch addresses this race condition by supplying each of the competing processes an entirely separate logger, and ensuring that these log instances are plumbed through to the code that would otherwise trip the race detector.
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters