Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: skip test if any of the needed release binaries is missing
If the `releases` directory exists, but still only a subset of the necessary previous release binaries are available, the test fails by throwing an exception (sometimes leading to follow-up exceptions like "AssertionError: [node 0] Error: no RPC connection") and printing out a stack trace, which can be confusing and at a first glance suggests that the node crashed or some alike. Improve this by checking and printing out *all* of the missing release binaries and skip the test in this case. Noticed while testing bitcoin#30328. Can be tested by e.g. $ ./test/get_previous_releases -b $ rm -rf ./releases/v28.0/ $ ./build/test/functional/wallet_migration.py
- Loading branch information