-
Notifications
You must be signed in to change notification settings - Fork 648
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
Fix two_node_network connection failure in app_test #2374
Conversation
to fix a node connection issue
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
The transaction propagation issue appeared. No propagation:
Normal propagation:
|
UPDATE: created issue #2378 for the transaction propagation issue occurred in the last comment, it will be fixed by #2377, but it's not caused by the reason described below. Created issue #2376 for the assumption described below. The transaction propagation issue is due to the use of
Will create another pull request to address it. BTW #490 is related. |
Fixes #39.
By the way, there is another issue in
app_test
that sometimes the transaction may fail to broadcast / propagate (see #2376 and #2378). Since it's hard to reproduce, it won't be fixed in this pull request if it didn't appear when testing. A new pull request will be needed when it appears again.