Page MenuHomePhabricator

Fix abc-p2p-activation.py when run on a monocore machine
ClosedPublic

Authored by deadalnix on Jun 15 2017, 00:17.

Details

Summary

Depending on the machine, parallel checking of script happens or not. When it does happen, the error code is different than when it doesn't. This update the test so that parallel checking is never used, and so the error code is always the same.

Test Plan

Run the test.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
inputfailreport
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 295
Build 295: arc lint + arc unit

Event Timeline

Ran the test on my Linux machine, it passed.

Accepting so that we can try it easily on Travis to see if it fixes the crashes discussed that gave rise to T43 .

This revision is now accepted and ready to land.Jun 15 2017, 08:08
This revision was automatically updated to reflect the committed changes.