AntelopeIO / reference-contracts

Other
9 stars 14 forks source link

eosio_system_tests/producer_wtmsig and eosio_system_tests/producer_wtmsig_transition fail under default Savanna libtester #92

Closed linh2931 closed 3 months ago

linh2931 commented 3 months ago
  1. 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]
  2. 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: https://github.com/AntelopeIO/reference-contracts/blob/cd645b54a176f0c8b5f2f5ea9b21f47b7f9bf7eb/tests/eosio.system_tests.cpp#L846