Skip to content

Commit bf03619

Browse files
committed
roachtest: skip kv/quiescence/nodes=3 in prep for deletion
This test is flaky on multiple branches, but the flakes are not actionable. Rather than adding "the works" (statement bundles, etc), we are going to remove this test and rely on `kv/gracefuldraining` and (weekly test) `kv/restart`. Similar functionality is also covered through the perturbation/full/restart test, though we have issues with the perturbation test harness as well. This PR only skips the test and is suitable for backporting. A follow-up PR on master will fully remove the test (and there is no need to backport that). Closes #156357. Closes #152052. Closes #154238. Epic: none
1 parent b97d3b3 commit bf03619

File tree

1 file changed

+1
-0
lines changed
  • pkg/cmd/roachtest/tests

1 file changed

+1
-0
lines changed

pkg/cmd/roachtest/tests/kv.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ func registerKVContention(r registry.Registry) {
460460
func registerKVQuiescenceDead(r registry.Registry) {
461461
r.Add(registry.TestSpec{
462462
Name: "kv/quiescence/nodes=3",
463+
Skip: "https://github.com/cockroachdb/cockroach/issues/156357",
463464
Owner: registry.OwnerKV,
464465
Cluster: r.MakeClusterSpec(4, spec.WorkloadNode()),
465466
CompatibleClouds: registry.AllExceptAWS,

0 commit comments

Comments
 (0)