Page MenuHomePhabricator

[avalanche] Add coverage for the cooldown feature
ClosedPublic

Authored by Fabien on Sep 27 2023, 14:19.

Details

Reviewers
PiRK
bytesofman
Group Reviewers
Restricted Project
Commits
rABC1510c118a533: [avalanche] Add coverage for the cooldown feature
Summary

The avalanche cooldown (see the -avacooldown option) is not tested, let's fix that.

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

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Sep 27 2023, 14:19
PiRK added a subscriber: PiRK.

tested with for i in {1..100} ; do ./test/functional/test_runner.py abc_p2p_avalanche_cooldown ; done
It seems to be reliable.

This revision is now accepted and ready to land.Sep 27 2023, 16:04