-
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
roachtest: misc clearrange improvements #35050
Conversation
This is wildly more efficient. Release note: None
Release note: None
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 1 of 1 files at r1, 1 of 1 files at r2.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @andreimatei, @petermattis, and @tbg)
pkg/cmd/roachtest/clearrange.go, line 93 at r3 (raw file):
// declare itself ready before it's actually 100% ready. See: // https://github.com/cockroachdb/cockroach/issues/34897#issuecomment-465089057 c.Run(ctx, c.Node(1), `COCKROACH_CONNECT_TIMEOUT=120 ./cockroach sql --insecure -e "DROP DATABASE IF EXISTS tinybank"`)
Ick. Ok, but ick.
TFTR! bors r=petermattis Ack on the ick. |
👎 Rejected by PR status |
See cockroachdb#34897 (comment). Release note: None
Hrm, somehow the CLA won't turn green. I force-pushed and also clicked "recheck PRs" on cla-assistant.io. Any other ideas? |
I even checked that the cla-assistant recheck request goes through (it does after ~49s) but the payload and response are mostly arrays of |
Thanks @bdarnell for redelivering the webhook. bors r=petermattis |
35050: roachtest: misc clearrange improvements r=petermattis a=tbg Touches #34897. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
Build succeeded |
Touches #34897.
Release note: None