Skip to content
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

Merged
merged 1 commit into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. roachtest: use local SSDs for disk-stall failover tests

    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.
    nicktrav committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    24d115e View commit details
    Browse the repository at this point in the history