forked from hyperledger/indy-plenum
-
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.
INDY-1113: Node disconnection, view change tests (hyperledger#551)
* INDY-1113: Node disconnection, view change tests - Corrected the procedures of node disconnection and reconnection in tests. - Removed a workaround patch which had become unnecessary from start_stopped_node function in tests. - Corrected existing tests according to the fixes specified above. - Added a test verifying that a view change is restarted each time when the previous one is timed out. - Added a test verifying that a disconnected node with a lagged view accepts the current view from the other nodes on re-connection. Signed-off-by: Nikita Spivachuk <[email protected]> * INDY-1113: Return not strict view no comparison - Returned back the not strict view number comparison in checkViewNoForNodes function in tests since the strict comparison may cause failures of some tests. - Corrected parameter lists of some test helper functions. Signed-off-by: Nikita Spivachuk <[email protected]> * INDY-1113: Fixed error with future - Fixed the cause of a potential error with a not retrieved exception of a future in sdk_get_replies function. - Corrected test helpers for Indy SDK. Signed-off-by: Nikita Spivachuk <[email protected]> * INDY-1113: Avoided test hang-ups - Added a workaround to avoid hang-ups of test_6_nodes_pool_cannot_reach_quorum_with_2_disconnected. Signed-off-by: Nikita Spivachuk <[email protected]> * INDY-1113: Corrected a test Signed-off-by: Nikita Spivachuk <[email protected]>
- Loading branch information
Showing
19 changed files
with
305 additions
and
129 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
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
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
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
Oops, something went wrong.