Skip to content

Commit

Permalink
roachtest: enable kv/gracefuldraining/nodes=3
Browse files Browse the repository at this point in the history
This commit re-enables the `kv/gracefuldraining/nodes=3` roachtest. The
test is still likely to fail occasionally however has produced
interesting findings just in testing to re-enable.

Informs: cockroachdb#59094

Release note: None
  • Loading branch information
kvoli committed Mar 30, 2023
1 parent 56e890f commit d0120ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/tests/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ func registerKVGracefulDraining(r registry.Registry) {
r.Add(registry.TestSpec{
Name: "kv/gracefuldraining/nodes=3",
Owner: registry.OwnerKV,
Skip: "https://github.com/cockroachdb/cockroach/issues/59094",
Cluster: r.MakeClusterSpec(4),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
nodes := c.Spec().NodeCount - 1
Expand Down

0 comments on commit d0120ff

Please sign in to comment.