This is a backport of Core PR17282
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rABC0ca680a034a5: contrib: remove accounts from bash completion
sudo cp contrib/bitcoin-cli.bash-completion /etc/bash_completion.d/
Open a new terminal and test autocompletion of RPC commands.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (build-without-wallet) failed.
Failed tests logs:
====== Bitcoin ABC functional tests: p2p_timeouts.py ====== ------- Stdout: ------- 2020-11-02T09:47:44.874000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201102_094712/p2p_timeouts_220 2020-11-02T09:47:50.191000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/work/test/functional/test_framework/test_framework.py", line 209, in main self.run_test() File "/work/test/functional/p2p_timeouts.py", line 89, in run_test assert not no_verack_node.is_connected AssertionError 2020-11-02T09:47:51.692000Z TestFramework (INFO): Stopping nodes 2020-11-02T09:47:51.944000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201102_094712/p2p_timeouts_220 2020-11-02T09:47:51.944000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201102_094712/p2p_timeouts_220/test_framework.log 2020-11-02T09:47:51.944000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_ _20201102_094712/p2p_timeouts_220' to consolidate all logs
Each failure log is accessible here:
Bitcoin ABC functional tests: p2p_timeouts.py