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-22.2: roachtest: use persistent disks for disk-stall tests #99825

Closed

Commits on Mar 27, 2023

  1. roachtest: use persistent disks for disk-stall tests

    Currently, the `disk-stall` tests use local SSDs. When run on GCE VMs, a
    higher test flake rate is observed due to known issues with fsync
    latency for local SSDs.
    
    Switch the test to use persistent disks instead.
    
    Touches: #99372.
    
    Release note: None.
    nicktrav committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7c952ff View commit details
    Browse the repository at this point in the history