Page MenuHomePhabricator

[avalanche] Fix a bug in the preconsensus mining test
ClosedPublic

Authored by Fabien on Jul 30 2025, 13:22.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCafc12ce065b6: [avalanche] Fix a bug in the preconsensus mining test
Summary

The test expects the quorum proofs to be finalized but it doesn't wait for it. As a result a single round of vote occurs. It has no impact on the test because the latest votes will complete their finalization as a side effect, but better fix the bug.

Test Plan
./test/functional/test_runner.py abc_mining_avalanche_preconsensus

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable