-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky "race successful with wait" test
This used to fail sometimes with the second source not getting rid of the listener. Occurs when the second listener call won the race, which is quite rare. Due to the contract of the Source, it will remove the listener, but the second listener is called bare, so cleanup does not happen.
- Loading branch information
1 parent
07989ff
commit a8e6aa3
Showing
1 changed file
with
16 additions
and
11 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