Page MenuHomePhabricator

[test] Finalize the tip when possible in abc_p2p_avalanche_contender_voting
ClosedPublic

Authored by Fabien on Thu, May 1, 12:03.

Details

Summary

This will avoid having the polling slots filled with blocks, making the test slower and flaky.
Because this adds some rounds of vote we need to increase the stale factor to avoid stalling contenders prematurely.

This is a step towards fixing the test flakiness.

Depends on D18038.

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

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Thu, May 1, 12:03
roqqit added a subscriber: roqqit.
roqqit added inline comments.
test/functional/abc_p2p_avalanche_contender_voting.py
154–168 ↗(On Diff #53809)

nit: unnecessary nesting

This revision is now accepted and ready to land.Thu, May 1, 15:57