Skip to content

Commit

Permalink
Merge #98271
Browse files Browse the repository at this point in the history
98271: roachtest: unskip kv/restart/nodes=12 r=andrewbaptist a=kvoli

Previously, the `kv/restart/nodes=12` roachtest was unable to pass and
was skipped. Following the changes introduced for #96521, the test now
passes.

This commit enables the `kv/restart/nodes=12` roachtest as a weekly
test.

resolves: #98296

Release note: None

Co-authored-by: Austen McClernon <[email protected]>
  • Loading branch information
craig[bot] and kvoli committed Mar 9, 2023
2 parents aa4047f + b3d3e64 commit deb3f94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/cmd/roachtest/tests/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,9 @@ func measureQPS(ctx context.Context, t test.Test, db *gosql.DB, duration time.Du
// transfers.
func registerKVRestartImpact(r registry.Registry) {
r.Add(registry.TestSpec{
Skip: "#95159",
Name: "kv/restart/nodes=12",
Name: "kv/restart/nodes=12",
// This test is expensive (104vcpu), we run it weekly.
Tags: []string{`weekly`},
Owner: registry.OwnerKV,
Cluster: r.MakeClusterSpec(13, spec.CPU(8)),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
Expand Down

0 comments on commit deb3f94

Please sign in to comment.