Skip to content

Commit

Permalink
workload/schemachange: disable schema change mixed versions workload
Browse files Browse the repository at this point in the history
Fixes: cockroachdb#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
  • Loading branch information
fqazi committed Mar 28, 2022
1 parent 9d6589f commit fc0abb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/mixed_version_schemachange.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit fc0abb8

Please sign in to comment.