-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3949] refactor gossip UT waitgroup counter
In the gossip tests there is a waitgroup counter that is used for the last test (that checks that goroutines ended) to be able to run only when all the other tests have finished. Currently the waitgroup counter is initialized to the number of tests but it should be initialized in a more dynamic way that shows which tests are disabled and which tests are not. Change-Id: I491d7d3676aeb79fbe2a30fadc63b27a37f003c9 Signed-off-by: yacovm <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
8 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
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