This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add automated test (python) for irreversible mode #6843
Merged
arhag
merged 11 commits into
protocol-feature-foundations
from
test-for-irreversible-mode
Mar 6, 2019
Merged
Add automated test (python) for irreversible mode #6843
arhag
merged 11 commits into
protocol-feature-foundations
from
test-for-irreversible-mode
Mar 6, 2019
Conversation
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
andriantolie
force-pushed
the
test-for-irreversible-mode
branch
5 times, most recently
from
February 28, 2019 09:40
bfa5250
to
c3c401b
Compare
arhag
suggested changes
Mar 5, 2019
andriantolie
force-pushed
the
test-for-irreversible-mode
branch
from
March 5, 2019 07:37
9f82fe6
to
8dac679
Compare
arhag
suggested changes
Mar 5, 2019
arhag
suggested changes
Mar 6, 2019
Add more test cases Make test cases more granular
Tidy up the test case Add more test option
Update comments and rename terms to make it clearer
andriantolie
force-pushed
the
test-for-irreversible-mode
branch
from
March 6, 2019 07:31
1db5dd5
to
c237422
Compare
arhag
approved these changes
Mar 6, 2019
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Description
Add automated test (python) for the irreversible mode (#6704) which encompasses the following 8 test cases:
1st test case: Replay in irreversible mode with reversible blks
2nd test case: Replay in the irreversible mode without reversible blks
3rd test case: Switch mode speculative -> irreversible without replay
4th test case: Switch mode irreversible -> speculative without replay
5th test case: Switch mode speculative -> irreversible without replay and connected to producing node
6th test case: Switch mode irreversible -> speculative without replay and connected to producing node
7th test case: Replay in the irreversible mode with reversible blks while production is enabled
8th test case: Replay in irreversible mode without reversible blks while production is enabled
Consensus Changes
No
API Changes
No
Documentation Additions
No