-
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
release-24.2: roachtest: set timeout in MR costfuzz, unoptimized-query-oracle #131440
Conversation
d935e27
to
7495bb4
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If your backport adds new functionality, please ensure that the following additional criteria are satisfied:
Also, please add a brief release justification to the body of your PR to justify this |
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 1 of 1 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @nameisbhaskar and @vidit-bhat)
Thanks! bors r=rytaft EDIT: whoops, on autopilot |
👎 Rejected by label |
Backport 1/1 commits from #131369 on behalf of @michae2.
/cc @cockroachdb/release
We weren't setting a couple of session variables on the second connection opened for multi-region costfuzz and
unoptimized-query-oracle, including statement_timeout.
Fixes: #131147
Fixes: #131153
Fixes: #131166
Fixes: #131344
Release note: None
Release justification: test-only change to fix some flakes.