-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
54383: sqlmigrations: fail all pre-20.1 non-terminal schema change jobs r=lucy-zhang a=lucy-zhang This PR adds a sqlmigration to mark all non-terminal, non-migrated schema change jobs started prior to 20.1 (as indicated by their format version) as failed. Closes #51181. Release note (general change): This change affects schema change jobs originally initiated on clusters running v19.2 or earlier which have not reached a terminal state (i.e., `succeeded`, `failed`, or `canceled`), and which have not finished undergoing an automatic internal migration to allow them to run in 20.1 clusters. These jobs will now be marked as `failed` upon upgrading to 20.2. Users who have ongoing schema changes initiated in 19.2 are advised to wait for them to finish running on 20.1 before upgrading to 20.2. (At the very least, they must wait until at least the 20.1 internal migration for the job has completed, which is indicated in the logs). This may also affect users who have schema change jobs from prior to 20.1 which are stuck in a non-terminal state due to bugs despite making no progress. In this case, marking the job as failed has no real effect. 54709: sql: allow implicit casting of string to more array types r=otan,arulajmani a=rafiss Release note (sql change): A string literal like '{X, Y, Z}' is now automatically casted to an array when appropriate. Support is added for UUID, Date, Bool, Time, TimeTZ, Timestamp, TimestampTZ, and Interval arrays. (Int and Decimal were already supported.) fixes #54672 54870: roachtest: switch zones used by interleavedpartitioned r=nvanbenschoten a=nvanbenschoten This commit switches the zones used by the `interleavedpartitioned` roachtest from `us-west1-b,us-east4-b,us-central1-a` to `us-east1-b,us-west1-b,europe-west2-b`. This acomplishes two goals: 1. it avoids the use of `us-east4-b`, which has been causing issues in nightly tests over the past two weeks. 2. it allows the same cluster to be shared between this roachtest and `tpccbench/nodes=9/cpu=4/multi-region`. Co-authored-by: Lucy Zhang <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information
Showing
7 changed files
with
437 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.