-
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
roachtest: failover/chaos/read-only failed #106013
Comments
Unclear why, since we successfully unmounted the device just prior. |
I notice that all of these failures are on AWS. I thought we only ran these on GCE -- since the failure modes are identical across clouds (they're synthetic), there is little benefit in doubling the costs by running on two clouds. I'll submit a PR to only run the nightly in GCE. We do run separate disk-stall tests on both GCE and AWS though, which fail as well (see e.g. #106009). So we'll need to address the root problem here regardless. |
The nodes use two NVMe drives in a software RAID:
Will see if we can disable that somehow. |
roachtest.failover/chaos/read-only failed with artifacts on release-23.1 @ e12e85479312972b551677203849d29aeb38ad5f:
Parameters: |
The problem seems to be that we're creating |
FWIW, these started failing because of a recent TeamCity change that erroneously enabled all roachtests on AWS. I suspect these disk stall tests have been broken on AWS for some time, probably since #99747. |
I wrote up #106058, handing this over to test-eng. The nightly failures will stop when we correctly omit these tests on AWS. |
cc @cockroachdb/test-eng |
The TeamCity param which ran these tests on AWS has been reverted. The roachtest bug that breaks this test on AWS is tracked in #106058. |
roachtest.failover/chaos/read-only failed with artifacts on release-23.1 @ e12e85479312972b551677203849d29aeb38ad5f:
Parameters:
ROACHTEST_arch=amd64
,ROACHTEST_cloud=aws
,ROACHTEST_cpu=2
,ROACHTEST_encrypted=false
,ROACHTEST_fs=ext4
,ROACHTEST_localSSD=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-29338
The text was updated successfully, but these errors were encountered: