From 85904e55c9fad44f29ca1c7a0e935c7d92831c9a Mon Sep 17 00:00:00 2001 From: Faizan Qazi Date: Wed, 21 Sep 2022 13:01:41 -0400 Subject: [PATCH] workload/schemachange/random-load: enable as release blocker 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 --- pkg/cmd/roachtest/tests/schemachange_random_load.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/roachtest/tests/schemachange_random_load.go b/pkg/cmd/roachtest/tests/schemachange_random_load.go index 1bfcc35d9c18..d0742a0b8811 100644 --- a/pkg/cmd/roachtest/tests/schemachange_random_load.go +++ b/pkg/cmd/roachtest/tests/schemachange_random_load.go @@ -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