Page MenuHomePhabricator

Fix sources of flackiness in p2p-fullblocktest.py
ClosedPublic

Authored by deadalnix on Nov 18 2018, 23:25.

Details

Summary

Some of the test end up being dependent on transaction order (base on ids) and therefore flacky.

Test Plan
./test/functional/test_runner.py p2p-fullblocktest.py

Diff Detail

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

Event Timeline

schancel added a subscriber: schancel.
schancel added inline comments.
test/functional/p2p-fullblocktest.py
808 ↗(On Diff #5900)

This is why I used the merkleRootDirectly.

This revision is now accepted and ready to land.Nov 18 2018, 23:27
This revision was automatically updated to reflect the committed changes.