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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable