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
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
…er to also support LIB. GH EOSIO#4973
…iven point in its head or lib production. GH EOSIO#4973
…instances using the node number. GH EOSIO#4973
…integration test suite. GH EOSIO#4973
… node before proceeding to the next node, instead of round robin assigning names among producing nodes. GH EOSIO#4973
…g to make methods that were designed around head to also be able to use LIB. GH EOSIO#4973
brianjohnson5972
force-pushed
the
4973-forking-test
branch
from
September 10, 2018 14:38
e8b9097
to
f101c93
Compare
heifner
approved these changes
Sep 13, 2018
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.
#4973
Test sets up 2 producing nodes, one with 11 producers and 1 with 10. There is one non-producing nodes, which is connected with each producing node, but the producing nodes are not connected to each other. The test kill off the non-producing node just before the producing node with 10 producers would produce, so that each producing node ends up with its own fork. When the non-producing node is restarted, it is verified that the blocks are all produced with the same author from each producing node and that there is no missed blocks.