From fc0abb8b1813b6fc89288b253eaf97e59bb18208 Mon Sep 17 00:00:00 2001 From: Faizan Qazi Date: Mon, 28 Mar 2022 15:26:51 -0400 Subject: [PATCH] workload/schemachange: disable schema change mixed versions workload Fixes: #78500 Previously, the mixed version schema change workload was enabled despite the flaky nature of the schema change workload. This led to intermittent failures related to the workload itself, and not cockroach. To address this, this patch will disable the schemachange/mixed-versions tests. Release note: None --- pkg/cmd/roachtest/tests/mixed_version_schemachange.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/tests/mixed_version_schemachange.go b/pkg/cmd/roachtest/tests/mixed_version_schemachange.go index d67433fae2c2..06580c5aee68 100644 --- a/pkg/cmd/roachtest/tests/mixed_version_schemachange.go +++ b/pkg/cmd/roachtest/tests/mixed_version_schemachange.go @@ -52,6 +52,7 @@ func uploadAndInitSchemaChangeWorkload() versionStep { func runSchemaChangeWorkloadStep(loadNode, maxOps, concurrency int) versionStep { var numFeatureRuns int return func(ctx context.Context, t test.Test, u *versionUpgradeTest) { + t.Skip("disabled due to flaky nature of schema change workload") numFeatureRuns++ t.L().Printf("Workload step run: %d", numFeatureRuns) runCmd := []string{