Skip to content

Commit

Permalink
roachtest: skip decommissionBench/nodes=8/cpu=16/warehouses=3000
Browse files Browse the repository at this point in the history
cockroachdb#82870

Release note: None
  • Loading branch information
tbg committed Jun 27, 2022
1 parent 31ed92f commit 8c9f9c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/cmd/roachtest/tests/decommissionbench.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ type decommissionBenchSpec struct {

// When true, the test will attempt to stop the node prior to decommission.
whileDown bool

skip string
}

// registerDecommissionBench defines all decommission benchmark configurations
Expand Down Expand Up @@ -84,6 +86,7 @@ func registerDecommissionBench(r registry.Registry) {
warehouses: 3000,
load: true,
admissionControl: true,
skip: "https://github.com/cockroachdb/cockroach/issues/82870",
},
} {
registerDecommissionBenchSpec(r, benchSpec)
Expand Down Expand Up @@ -125,6 +128,7 @@ func registerDecommissionBenchSpec(r registry.Registry, benchSpec decommissionBe
Cluster: r.MakeClusterSpec(benchSpec.nodes+1, spec.CPU(benchSpec.cpus)),
Timeout: timeout,
NonReleaseBlocker: true,
Skip: benchSpec.skip,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
runDecommissionBench(ctx, t, c, benchSpec, timeout)
},
Expand Down

0 comments on commit 8c9f9c8

Please sign in to comment.