Skip to content

Commit

Permalink
roachtest: skip scbench
Browse files Browse the repository at this point in the history
See cockroachdb#56230.

I don't usually go around skipping other team's tests, but this one
regularly times out, occupying a cluster for 10h, and possibly
contributing to timeouts of the roachtest suite as a whole.

Looking at the failure issue it's also clear that the owning team is not
deriving any signal whatsoever from this test at the moment.

Release note: None
  • Loading branch information
tbg authored and maryliag committed Feb 28, 2022
1 parent f5153e4 commit 3d3bc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/schemachange_random_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func registerRandomLoadBenchSpec(r registry.Registry, b randomLoadBenchSpec) {
Name: name,
Owner: registry.OwnerSQLSchema,
Cluster: r.MakeClusterSpec(b.Nodes),
Skip: "https://github.com/cockroachdb/cockroach/issues/56230",
// This is set while development is still happening on the workload and we
// fix (or bypass) minor schema change bugs that are discovered.
NonReleaseBlocker: true,
Expand Down

0 comments on commit 3d3bc40

Please sign in to comment.