Skip to content

Commit e3751cf

Browse files
craig[bot]tbg
andcommitted
Merge #156370
156370: roachtest: skip kv/quiescence/nodes=3 in prep for deletion r=tbg a=tbg This test is flaky on multiple branches, but the flakes are not actionable (dozens of them got closed out without progress over time). 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 Co-authored-by: Tobias Grieger <[email protected]>
2 parents 388f71a + bf03619 commit e3751cf

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)