-
Notifications
You must be signed in to change notification settings - Fork 378
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
Explicitly wait for nodes to sync in end-to-end tests #1752
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1752 +/- ##
=======================================
Coverage 74.26% 74.26%
=======================================
Files 277 277
Lines 7617 7617
Branches 669 669
=======================================
Hits 5657 5657
Misses 1845 1845
Partials 115 115
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall 👍 I had one comment
Description
This PR addresses a source of flakiness in which nodes would try to send transactions without being synced.