Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed block syncing in elysium reindex test #868

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

thebevrishot
Copy link
Contributor

PR intention

Fix test fails while trying to sync block by removing syncing logic because this test focuses on node state validation after reindexing.

Code changes brief

  • Update elysium_sigma_reindex.py to wait for node state to reach the destination block instead of sync with the whole network.

@ultimaweapon
Copy link
Contributor

What is the difference between the old method and the new method?

@thebevrishot
Copy link
Contributor Author

thebevrishot commented Jul 1, 2020

@ultimaweapon I added the delay in the first place because I found new blocks are generated while the reindex flag is set which should be the reason why new blocks are not broadcasted and make syncing block logic fail. But as I said in the PR description this test focus on the local state then I remove syncing logic out in this PR.

@reubenyap reubenyap merged commit 731c764 into firoorg:master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants