Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add add_wallet_options to TestShell #26689

Merged

Conversation

josibake
Copy link
Member

@josibake josibake commented Dec 12, 2022

following 555519d, TestShell now always runs with -disablewallet. simple fix is to add add_wallet_options to add_options; looks like testshell was overlooked when adding in the add_wallet_options call to the functional tests in #26480

without this, testShell runs with -disablewallet
@DrahtBot
Copy link
Contributor

DrahtBot commented Dec 12, 2022

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Reviews

See the guideline for information on the review process.

Type Reviewers
ACK amitiuttarwar

If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.

@DrahtBot DrahtBot added the Tests label Dec 12, 2022
josibake referenced this pull request Dec 12, 2022
Review note: The changes are complete, because self.options.descriptors
is set to None in parse_args (test_framework.py).

A value of None implies -disablewallet, see the previous commit.

So if a call to add_wallet_options is missing, it will lead to a test
failure when the wallet is compiled in.
Copy link
Contributor

@amitiuttarwar amitiuttarwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK bcb7123

@maflcko maflcko merged commit 678889e into bitcoin:master Dec 14, 2022
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Dec 14, 2022
@bitcoin bitcoin locked and limited conversation to collaborators Dec 14, 2023
@josibake josibake deleted the josibake-add-wallet-options-test-shell branch January 26, 2024 10:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants