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

Normalize handling of --preserve-install #913

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

drawlerr
Copy link
Contributor

We have --preserve-install as an argument for 2 subcommands, race and stop. In stop, it is an argumentless flag, but in race it defaults to a boolean value but expects an argument.

I normalized the argument so it is handled the same in both cases, as an argumentless flag.

We have --preserve-install as an argument for 2 subcommands, `race`
and `stop`.  In `stop`, it is an argumentless flag, but in `race`
it defaults to a boolean value but expects an argument.

I normalized the argument so it is handled the same in both cases,
as an argumentless flag.
@drawlerr drawlerr added bug Something's wrong :Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch labels Feb 20, 2020
@drawlerr drawlerr added this to the 1.5.0 milestone Feb 20, 2020
@drawlerr drawlerr self-assigned this Feb 20, 2020
Copy link
Member

@danielmitterdorfer danielmitterdorfer left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM. I'd consider this an enhancement though rather than a bug. :)

@drawlerr drawlerr added enhancement Improves the status quo and removed bug Something's wrong labels Feb 21, 2020
@drawlerr drawlerr merged commit 8a2ebe8 into elastic:master Feb 21, 2020
@drawlerr drawlerr deleted the fix-preserve-install branch February 21, 2020 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Benchmark Candidate Management Anything affecting how Rally sets up Elasticsearch enhancement Improves the status quo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants