Page MenuHomePhabricator

[test] Make abc_p2p_avalanche_voting more robust
ClosedPublic

Authored by Fabien on Oct 11 2023, 09:26.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC1a670eb30dc8: [test] Make abc_p2p_avalanche_voting more robust
Summary

By restarting the node and having better control of the order of events.

Test Plan
for i in {1..20}; do ./test/functional/test_runner.py abc_p2p_avalanche_voting || break; done

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_unexpected_avaresponse
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25321
Build 50223: Build Diffbuild-without-wallet · build-diff · build-clang-tidy · build-debug · build-clang
Build 50222: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Oct 11 2023, 09:26
Fabien planned changes to this revision.Oct 11 2023, 09:26

Let's put on hold until it passes a few runs of tsan

Fabien requested review of this revision.Oct 11 2023, 12:56
This revision is now accepted and ready to land.Oct 12 2023, 05:43