-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enable and fix node.unconfirmed_send
unit test
#3680
Conversation
nano/core_test/node.cpp
Outdated
.build_shared (); | ||
ASSERT_EQ (nano::process_result::progress, node1.ledger.process (node1.store.tx_begin_write (), *send2).code); | ||
node1.process_confirmed (nano::election_status{ send2 }); | ||
ASSERT_TIMELY (5s, node1.block_confirmed (send2->hash ())); |
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.
Does node0 get synced at this point?
Is there an election taking place at this point?
I think an overall comment describing those details would be good afterall.
@reviewers -- addressed CR, please re-review, thanks |
@dsiganos @clemahieu addressed CR guys, pinging you once more to have a look at this, thanks |
29cbd83
to
854a9be
Compare
LGTM, good to merge |
I couldn't find an issue for this unit test to link it to the PR, perhaps it was disabled way back.