The immature proof is not accounted for in the finalization checks at the end of the test. This makes the finalized_proof_count flaky since all proofs are being voted for.
This patch ensures the immature proof is also finalized.
Differential D11870
[avalanche] Fix flakiness where finalization of the newly mature proof was not checked along with the other finalized proofs sdulfari on Aug 17 2022, 19:01. Authored by Tags None Subscribers None
Details
The immature proof is not accounted for in the finalization checks at the end of the test. This makes the finalized_proof_count flaky since all proofs are being voted for. This patch ensures the immature proof is also finalized. ninja ./test/functional/test_runner.py abc_rpc_getavalancheinfo
Diff Detail
|