Skip to content

Commit

Permalink
workload/schemachange/random-load: enable as release blocker
Browse files Browse the repository at this point in the history
Fixes: #87615

Previously, this test was no longer marked as a release
blocker because of how unstable it was. With the latest
set of fixes we expect this to be far more stable.

Release note: None
  • Loading branch information
fqazi committed Oct 28, 2022
1 parent 70b78f2 commit 85904e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cmd/roachtest/tests/schemachange_random_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ func registerSchemaChangeRandomLoad(r registry.Registry) {
spec.Zones(geoZonesStr),
),
NativeLibs: registry.LibGEOS,
// 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,
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
maxOps := 5000
concurrency := 20
Expand Down

0 comments on commit 85904e5

Please sign in to comment.