-
-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The tests was occasionally failing due to a race between the goroutine waiting for a timeout and the goroutine setting the test state. This commit changes the test so that it does not close the channel in time, so that the chance of flakiness is significantely reduced. Fixes #465 Co-authored-by: William Martin <wmartin@pivotal.io>
- Loading branch information
1 parent
26d2143
commit 294d8f4
Showing
2 changed files
with
5 additions
and
5 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