Issue Details

Number
30798
Title
intermittent issue in wallet_upgradewallet.py AssertionError: [node 2] Node returned unexpected exit code (1) vs (0) when stopping
Description
https://cirrus-ci.com/task/4629002713825280?logs=ci#L3296 ``` test 2024-09-03T07:00:27.797000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/ci_container_base/test/functional/test_framework/test_framework.py", line 132, in main self.run_test() File "/ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu/test/functional/wallet_upgradewallet.py", line 150, in run_test self.stop_node(2) File "/ci_container_base/test/functional/test_framework/test_framework.py", line 581, in stop_node self.nodes[i].stop_node(expected_stderr, wait=wait) File "/ci_container_base/test/functional/test_framework/test_node.py", line 409, in stop_node self.wait_until_stopped(expected_stderr=expected_stderr) File "/ci_container_base/test/functional/test_framework/test_node.py", line 444, in wait_until_stopped self.wait_until(lambda: self.is_node_stopped(**kwargs), timeout=timeout) File "/ci_container_base/test/functional/test_framework/test_node.py", line 842, in wait_until return wait_until_helper_internal(test_function, timeout=timeout, timeout_factor=self.timeout_factor) File "/ci_container_base/test/functional/test_framework/util.py", line 289, in wait_until_helper_internal if predicate(): File "/ci_container_base/test/functional/test_framework/test_node.py", line 444, in <lambda> self.wait_until(lambda: self.is_node_stopped(**kwargs), timeout=timeout) File "/ci_container_base/test/functional/test_framework/test_node.py", line 423, in is_node_stopped assert return_code == expected_ret_code, self._node_msg( AssertionError: [node 2] Node returned unexpected exit code (1) vs (0) when stopping
URL
https://github.com/bitcoin/bitcoin/issue/30798
Closed by
Back to List