Page MenuHomePhabricator

fuzz: Pass down MAKEJOBS to test_runner
ClosedPublic

Authored by Fabien on Nov 5 2020, 10:19.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC4d1fdd7ec759: fuzz: Pass down MAKEJOBS to test_runner
Summary

Backport of core PR18929.

Depends on D8277.

Test Plan
ninja bitcoin-fuzzers
./test/fuzz/test_runner.py -j 20 <path_to_corpus>

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Nov 5 2020, 10:19

Failed tests logs:

====== Bitcoin ABC functional tests: interface_zmq.py ======

------- Stdout: -------
2020-11-05T10:26:46.099000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201105_102642/interface_zmq_339
2020-11-05T10:26:46.459000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 119, in main
    self.setup()
  File "/work/test/functional/test_framework/test_framework.py", line 235, in setup
    self.setup_network()
  File "/work/test/functional/test_framework/test_framework.py", line 329, in setup_network
    self.setup_nodes()
  File "/work/test/functional/test_framework/test_framework.py", line 368, in setup_nodes
    assert_equal(chain_info["initialblockdownload"], False)
  File "/work/test/functional/test_framework/util.py", line 59, in assert_equal
    for arg in (thing1, thing2) + args)))
AssertionError: not(True == False)
2020-11-05T10:26:46.510000Z TestFramework (INFO): Stopping nodes
2020-11-05T10:26:47.214000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201105_102642/interface_zmq_339
2020-11-05T10:26:47.214000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201105_102642/interface_zmq_339/test_framework.log
2020-11-05T10:26:47.214000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201105_102642/interface_zmq_339' to consolidate all logs

Each failure log is accessible here:
Bitcoin ABC functional tests: interface_zmq.py

deadalnix requested changes to this revision.Nov 5 2020, 15:55
deadalnix added a subscriber: deadalnix.

This is busted

This revision now requires changes to proceed.Nov 5 2020, 15:55
This revision is now accepted and ready to land.Nov 6 2020, 15:57