Skip to content

Commit

Permalink
workload/schemachange: temporarily disable ADD REGION
Browse files Browse the repository at this point in the history
This is causing flakes in CI.

Release note: None
  • Loading branch information
otan committed Mar 24, 2021
1 parent 0796cbc commit 9da63ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workload/schemachange/operation_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ var opWeights = []int{
addColumn: 1,
addConstraint: 0, // TODO(spaskob): unimplemented
addForeignKeyConstraint: 0,
addRegion: 1,
addRegion: 0, // TODO(otan): re-enable after fixing SHOW REGIONS FROM DATABASE
addUniqueConstraint: 0,
createIndex: 1,
createSequence: 1,
Expand Down

0 comments on commit 9da63ec

Please sign in to comment.