-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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-compat failed #97576
Comments
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 0d3393b0623a5c258b25725f64f3689e2f54667b:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ fca69b046f6389fbc4d2b6db428e27a5d7277773:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 39c06b5a438c01c93ffbfeeefe702d3f9b620eaf:
Parameters: |
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 13c58f621519794e775b7cfc4d8b557bc99eeca0:
Parameters: |
Previously, it was possible in a mixed version state to cleanup constraints (foreign keys, unique without indexes, function bodies) when dropping columns. This would cause down level nodes to fail at planning seeing unsupported status transitions. To address this, this patch adds a version gate to prevent dropping any of these objects when cleaning up a column. Fixes: cockroachdb#97576 Release note: None
Previously, it was possible in a mixed version state to cleanup constraints (foreign keys, unique without indexes, function bodies) when dropping columns. This would cause down level nodes to fail at planning seeing unsupported status transitions. To address this, this patch adds a version gate to prevent dropping any of these objects when cleaning up a column. Fixes: cockroachdb#97576 Release note: None
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ b0e5507f74c07e13cfda8cda8b9079b457a9f37d:
Parameters: |
Previously, it was possible in a mixed version state to cleanup constraints (foreign keys, unique without indexes, function bodies) when dropping columns. This would cause down level nodes to fail at planning seeing unsupported status transitions. To address this, this patch adds a version gate to prevent dropping any of these objects when cleaning up a column. Fixes: cockroachdb#97576 Release note: None
97769: sql/schemachanger: version gate dropping constraints / functions r=fqazi a=fqazi Previously, it was possible in a mixed version state to cleanup constraints (foreign keys, unique without indexes, function bodies) when dropping columns. This would cause down level nodes to fail at planning seeing unsupported status transitions. To address this, this patch adds a version gate to prevent dropping any of these objects when cleaning up a column. Fixes: #97576 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ e028ce5b14505dfd17ef8b13001c0ab8ac811e3c:
Parameters:
ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_fs=ext4
,ROACHTEST_localSSD=true
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-24767
The text was updated successfully, but these errors were encountered: