The test for node banning after some unexpected ava response expects no inflight poll/response, which is sometimes not true when running on qemu. Fix by finalizing/invalidating all the items along the test.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC6ddb501b4785: [avalanche] Fix occasional failures in abc_p2p_avalanche_voting
./test/functional/test_runner.py abc_p2p_avalanche_voting
Also ran build-linux-aarch64, cd'ed into the build dir and ran:
for i in {1..30}; do echo "Trial $i" && QEMU_LD_PREFIX=/usr/aarch64-linux-gnu ./test/functional/test_runner.py abc_p2p_avalanche_voting.py || break; done
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- fix_avalanche_voting_qemu
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25245 Build 50076: Build Diff build-without-wallet · build-diff · build-debug · build-clang-tidy · build-clang Build 50075: arc lint + arc unit