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

roachtest: use local SSDs for disk-stall failover tests #99963

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 cockroachdb#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 cockroachdb#99902.
    Fix cockroachdb#99926.
    Fix cockroachdb#99930.
    
    Touches cockroachdb#97968.
    
    Release note: None.
    nicktrav committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    545d49a View commit details
    Browse the repository at this point in the history