Page MenuHomePhabricator

[avalanche] Fix abc_rpc_avalancheproof on slow machines
ClosedPublic

Authored by Fabien on Sep 8 2022, 09:49.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC4d3b0fbb005e: [avalanche] Fix abc_rpc_avalancheproof on slow machines
Summary

Since proof replacement is enabled by default the conflicting proof should have a sequence number less than the proof it replaces to trigger a conflict error. It works nontheless most of the time because of the conflicting cooldown, so disable this cooldown to make sure we are testing what we expect.

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

Diff Detail

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