-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
smithcmp: rename auto to 201auto in tpch config files #48503
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @asubiotto)
TFTR! bors r+ |
I think we should remove bors r- |
Canceled |
This commit also removes `auto` option from `tpchvec_smithcmp.toml` config file because that option has different names in 20.2 and 20.1, and we run the test on both. The alternative is to introduce a separate config file, but I don't think `auto` option gives us much more test coverage than already present `off` and `on` do. Release note: None
Updated, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1.
Reviewable status: complete! 1 of 0 LGTMs obtained
TFTR! bors r+ |
Build succeeded |
This commit also removes
auto
option fromtpchvec_smithcmp.toml
config file because that option has different names in 20.2 and 20.1,
and we run the test on both. The alternative is to introduce a separate
config file, but I don't think
auto
option gives us much more testcoverage than already present
off
andon
do.Fixes: #48484.
Release note: None