-
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.
This commit affects gossip comm tests: 0) Makes them run in parallel 1) Reduces gossip comm tests from 32s to 13s: Tweaked TestBlackListPKIid, TestAccept and TestBasic 2) Contains some refactoring work of gossip comm tests 3) Re-writes TestBlackListPKIid from concurrent to serial so it won't fail on occasions But it also contains a tiny change to the flow of createConnection() in gossip/comm/comm_impl.go that only affected wrong logging of messages: If the remote peer was black-listed, it would have logged that the remote peer has sent a nil pkiID, although it hadn't. Change-Id: Iceecbe7b8fe44915c59ff8b28d22ba1853ca4e8a Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
2 changed files
with
102 additions
and
74 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