Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
128962: workload/schemachange: temp disable alterPK r=annrpom a=annrpom

These flakes are also affecting other teams -- let's disable this temporarily while we work on a fix.

Epic: none
Informs: cockroachdb#128656

Release note: None

Co-authored-by: Annie Pompa <[email protected]>
  • Loading branch information
craig[bot] and annrpom committed Aug 14, 2024
2 parents 5ea19b8 + d8df4a4 commit ac2d86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/workload/schemachange/optype.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ var opWeights = []int{
alterTableAddConstraintForeignKey: 1,
alterTableAddConstraintUnique: 1,
alterTableAlterColumnType: 0, // Disabled and tracked with #66662.
alterTableAlterPrimaryKey: 1,
alterTableAlterPrimaryKey: 0, // Disabled and tracked with #128656.
alterTableDropColumn: 1,
alterTableDropColumnDefault: 1,
alterTableDropConstraint: 1,
Expand Down

0 comments on commit ac2d86d

Please sign in to comment.