-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
workload, logictest: fix miscellaneous TODOs related to TPCH #46034
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.
Reviewed 3 of 3 files at r1.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @yuzefovich)
pkg/workload/querybench/query_bench.go, line 134 at r1 (raw file):
// Fall back to using the pre-19.2 syntax. // TODO(asubiotto): Remove this once we stop running this test against // 19.1.
How are we sure we don't run this against 19.1 anymore?
1a70c51
to
080d567
Compare
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! 0 of 0 LGTMs obtained (waiting on @asubiotto)
pkg/workload/querybench/query_bench.go, line 134 at r1 (raw file):
Previously, asubiotto (Alfonso Subiotto Marqués) wrote…
How are we sure we don't run this against 19.1 anymore?
Good point. I think we can now bump the minimum version in tpchbench
roachtest.
Release justification: non-production code changes. Release note: None
080d567
to
1bcdc3c
Compare
Friendly ping. |
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 r2.
Reviewable status: complete! 1 of 0 LGTMs obtained
TFTR! bors r+ |
Build succeeded |
Release justification: non-production code changes.
Release note: None