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

eosio_system_tests/producer_onblock_check fails under default Savanna libtester #93

Closed
linh2931 opened this issue May 27, 2024 · 1 comment · Fixed by #95
Closed

eosio_system_tests/producer_onblock_check fails under default Savanna libtester #93

linh2931 opened this issue May 27, 2024 · 1 comment · Fixed by #95
Assignees

Comments

@linh2931
Copy link
Member

linh2931 commented May 27, 2024

tests/eosio.system_tests.cpp(2943): fatal error: in "eosio_system_tests/producer_onblock_check": critical check true == all_21_produced has failed [true != false]

The test is flaky? If producing 21 more blocks, the test passed:

// give a chance for everyone to produce blocks
{
produce_blocks(21 * 12);

@heifner
Copy link
Member

heifner commented May 28, 2024

Requires a change to the test, see: https://github.com/AntelopeIO/spring/pull/183/files#diff-4de9e7aa369f61849e29127ac678e725621f86011b922101ad418676da630e75R1983

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants