-
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: kv/quiescence/nodes=3 failed #104940
Comments
Test succeeds but then fails the dead node detector:
The test explicitly kills a node but the teardown process doesn't seem to care and considers this a failure. Same situation as #102054 which is supposed to be resolved by #102162. We still are hitting this though. Removing release blocker for now. |
cc @cockroachdb/test-eng |
Yup that looks like it, I don't see the skip teardown option in 23.1 cockroach/pkg/cmd/roachtest/tests/kv.go Lines 393 to 395 in 6235182
Where I do see it on master cockroach/pkg/cmd/roachtest/tests/kv.go Line 420 in fdf04ff
Re-assigning to test-eng @smg260 - I think the commit just needs a backport to 23.1, however I'm unsure why this only started failing again now. |
roachtest.kv/quiescence/nodes=3 failed with artifacts on release-23.1 @ d76049d66d6e3a2cd398d0347a63dd29cc9b928a:
Parameters:
ROACHTEST_arch=amd64
,ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-28784
The text was updated successfully, but these errors were encountered: