AntelopeIO / reference-contracts

Other
9 stars 14 forks source link

`eosio_system_tests/producer_onblock_check` fails under default `Savanna` libtester #93

Closed linh2931 closed 3 months ago

linh2931 commented 3 months ago

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: https://github.com/AntelopeIO/reference-contracts/blob/cd645b54a176f0c8b5f2f5ea9b21f47b7f9bf7eb/tests/eosio.system_tests.cpp#L2889-L2891

heifner commented 3 months ago

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