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

Fix unit test node.fork_open_flip #3910

Merged

Conversation

dsiganos
Copy link
Contributor

There were 3 major issues with it:

  1. The block open1 could get to node2, via background sync, before open2
  2. block_processor::flush() can return prematurely
  3. elections for send1 do not necessarily happen first

There were 3 major issues with it:
1. The block open1 could get to node2, via background sync, before open2
2. block_processor::flush() can return prematurely
3. elections for send1 do not necessarily happen first
nano/core_test/node.cpp Outdated Show resolved Hide resolved
nano/core_test/node.cpp Show resolved Hide resolved
@dsiganos dsiganos merged commit 441ab5e into nanocurrency:develop Aug 26, 2022
@dsiganos dsiganos deleted the fix_unit_test_node_fork_open_flip branch August 26, 2022 22:23
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.

None yet

2 participants