We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tests/eosio.system_tests.cpp(847): fatal error: in "eosio_system_tests/producer_wtmsig": critical check control->active_producers().version == 1u has failed [0 != 1]
tests/eosio.system_tests.cpp(937): fatal error: in "eosio_system_tests/producer_wtmsig_transition": critical check control->active_producers().version == 1u has failed [0 != 1]
Those two failures are caused by the new way to process proposer schedule in Savanna. 2 rounds of blocks (24) should be produced, instead of 2:
reference-contracts/tests/eosio.system_tests.cpp
Line 846 in cd645b5
The text was updated successfully, but these errors were encountered:
linh2931
Successfully merging a pull request may close this issue.
tests/eosio.system_tests.cpp(847): fatal error: in "eosio_system_tests/producer_wtmsig": critical check control->active_producers().version == 1u has failed [0 != 1]
tests/eosio.system_tests.cpp(937): fatal error: in "eosio_system_tests/producer_wtmsig_transition": critical check control->active_producers().version == 1u has failed [0 != 1]
Those two failures are caused by the new way to process proposer schedule in Savanna. 2 rounds of blocks (24) should be produced, instead of 2:
reference-contracts/tests/eosio.system_tests.cpp
Line 846 in cd645b5
The text was updated successfully, but these errors were encountered: