-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roachtest: schemachange/mixed-versions: check version for JSON types #101638
Conversation
e3a3755
to
23aa512
Compare
Done @renatolabs |
Sadly GitHub's syntax for closing multiple issues requires repeating the |
TFTR @chengxiong-ruan @renatolabs bors r+ |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
GitHub status checks took too long to complete, so bors is giving up. You can adjust bors configuration to have it wait longer if you like. |
bors r+ |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
Previously, the mixed version test could generate SQL not valid in a mixed version state with JSON types in indexes. To address this, this patch adds a version check for validating that these indexes are supported. Fixes: cockroachdb#101274, cockroachdb#101409, cockroachdb#101514 Release note: None
23aa512
to
3df16cb
Compare
bors r+ |
Build succeeded: |
Previously, the mixed version test could generate SQL not valid in a mixed version state with JSON types in indexes. To address this, this patch adds a version check for validating that these indexes are supported.
Fixes: #101274, #101409, #101514
Release note: None