-
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-compat failed [unexpected EOF during cockroach debug declarative-corpus-validate] #135807
Comments
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ eb2d2e19eb29d2747d9e267bd0612a69d066adad:
Parameters:
Same failure on other branches
|
|
Assigning to @Dedej-Bergin as this is the same as #133003 |
In cockroachdb#134522, we added a fix to ensure that we cleaned up backrefs properly for our `IndexZoneConfig` element, but in doing so, we created an overlap of field ID `3` between v24.2+. This patch ensures that we do not re-use the same field ID for a different field in our IndexZoneConfig element by marking it as `reserved`. Fixes: cockroachdb#133003 Fixes: cockroachdb#135807 Release note: None
135933: scpb: ensure IndexZoneConfig fields do not overlap r=annrpom a=annrpom In [#134522](#134472), we added a fix to ensure that we cleaned up backrefs properly for our `IndexZoneConfig` element, but in doing so, we created an overlap of field ID `3` between v24.2+. This patch ensures that we do not re-use the same field ID for a different field in our IndexZoneConfig element by marking it as `reserved`. Fixes: #133003 Fixes: #135807 Release note: None Co-authored-by: Annie Pompa <[email protected]>
Based on the specified backports for linked PR #135933, I applied the following new label(s) to this issue: branch-release-24.3. Please adjust the labels as needed to match the branches actually affected by this issue, including adding any known older branches. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
In cockroachdb#134522, we added a fix to ensure that we cleaned up backrefs properly for our `IndexZoneConfig` element, but in doing so, we created an overlap of field ID `3` between v24.2+. This patch ensures that we do not re-use the same field ID for a different field in our IndexZoneConfig element by marking it as `reserved`. Fixes: cockroachdb#133003 Fixes: cockroachdb#135807 Release note: None
Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.
roachtest.schemachange/mixed-versions-compat failed with artifacts on master @ 8eeb7f2ae3b2cede564b46ca47e2353fd147c061:
Parameters:
arch=amd64
cloud=gce
coverageBuild=false
cpu=4
encrypted=false
runtimeAssertionsBuild=true
ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-44726
The text was updated successfully, but these errors were encountered: