Page MenuHomePhabricator

Convert block/header sync timeouts to std::chrono types
ClosedPublic

Authored by Fabien on Jan 26 2022, 12:47.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Maniphest Tasks
Restricted Maniphest Task
Commits
rABCa2222e5090f6: Convert block/header sync timeouts to std::chrono types
Summary
Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Jan 26 2022, 12:47

Failed tests logs:

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

------- Stdout: -------
2022-01-26T12:53:48.733000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_  _20220126_125220/feature_bip68_sequence_13
2022-01-26T12:53:49.920000Z TestFramework (INFO): Running test disable flag
2022-01-26T12:53:50.012000Z TestFramework (INFO): Running test sequence-lock-confirmed-inputs
2022-01-26T12:54:12.732000Z TestFramework (ERROR): Unexpected exception caught during testing
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 132, in main
    self.run_test()
  File "/work/test/functional/feature_bip68_sequence.py", line 70, in run_test
    self.test_sequence_lock_confirmed_inputs()
  File "/work/test/functional/feature_bip68_sequence.py", line 230, in test_sequence_lock_confirmed_inputs
    CTxIn(COutPoint(int(utxos[j]["txid"], 16), utxos[j]["vout"]), nSequence=sequence_value))
IndexError: list index out of range
2022-01-26T12:54:12.783000Z TestFramework (INFO): Stopping nodes
2022-01-26T12:54:13.036000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_  _20220126_125220/feature_bip68_sequence_13
2022-01-26T12:54:13.036000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_  _20220126_125220/feature_bip68_sequence_13/test_framework.log
2022-01-26T12:54:13.036000Z TestFramework (ERROR): 
2022-01-26T12:54:13.036000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-debug/test/tmp/test_runner_₿₵_  _20220126_125220/feature_bip68_sequence_13' to consolidate all logs
2022-01-26T12:54:13.036000Z TestFramework (ERROR): 
2022-01-26T12:54:13.036000Z TestFramework (ERROR): If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.
2022-01-26T12:54:13.036000Z TestFramework (ERROR): https://github.com/Bitcoin-ABC/bitcoin-abc/issues
2022-01-26T12:54:13.036000Z TestFramework (ERROR):

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

This revision is now accepted and ready to land.Jan 26 2022, 13:44
This revision was landed with ongoing or failed builds.Jan 26 2022, 14:34
This revision was automatically updated to reflect the committed changes.