-
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-23.1: roachtest: use local SSDs for disk-stall failover tests #100020
Conversation
The disk-stalled roachtests were updated in #99747 to use PDs in favor of local SSDs. This change broke the `failover/*/disk-stall` tests, which look for `/dev/sdb` on GCE (the device name used for GCE Persistent Disks), but the tests still create clusters with local SSDs (the roachtest default). Fix #99902. Fix #99926. Fix #99930. Touches #97968. Release note: None.
aec78f3
to
5417ba6
Compare
42d159c
to
24d115e
Compare
Thanks for opening a backport. Please check the backport criteria before merging:
If some of the basic criteria cannot be satisfied, ensure that the exceptional criteria are satisfied within.
Add a brief release justification to the body of your PR to justify this backport. Some other things to consider:
|
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, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @andrewbaptist, @herkolategan, @nicktrav, @smg260, and @srosenberg)
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, all commit messages.
Reviewable status: complete! 2 of 0 LGTMs obtained (waiting on @andrewbaptist, @herkolategan, @nicktrav, @smg260, and @srosenberg)
TFTRs! |
Backport 1/1 commits from #99963 on behalf of @nicktrav.
/cc @cockroachdb/release
The disk-stalled roachtests were updated in #99747 to use local SSDs. This change broke the
failover/*/disk-stall
tests, which look for/dev/sdb
on GCE (the used for GCE Persistent Disks), but the tests still create clusters with local SSDs (the roachtest default).Fix #99927.
Fix #99925.
Fix #99901.
Touches #97968.
Release note: None.
Release justification: Test only.