-
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 failed #131162
Comments
So, this failure is linked to renames occurring back to back:
the object we recently created via a rename:
A simple repro here doesn't work |
Maybe the mixed version state was at play here:
|
I'm gonna stick this in the triage pile, lets see if we observe it again. |
roachtest.schemachange/mixed-versions failed with artifacts on master @ 41084720464c4144f64d9ddcb46508b4d762c4e8:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
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 failed with artifacts on master @ 67dc7a1c9bf117046b10513c3277bf7ccf0db975:
Parameters:
Same failure on other branches
|
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 failed with artifacts on master @ 67dc7a1c9bf117046b10513c3277bf7ccf0db975:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 5400cb9a70e63bfe1aa2849a566c195ad63130d1:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ b6c13686495bbe9ad476b28033461ef7628e18a8:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ b6c13686495bbe9ad476b28033461ef7628e18a8:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
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 failed with artifacts on master @ 74333311616b937fea6a995462215a1cb5962686:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ ec2573dc6aaeefc226440bb2c5a7c94a63989868:
Parameters:
Same failure on other branches
|
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 failed with artifacts on master @ 0c0af9540ed3f9d63eba523bc870eeb6c7eebe90:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ f842c3b4b5adc040d411bd17d7d10005273fc1b6:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ fd4b1464dbd6e385c6e51af26fe294fd2023a259:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 645eb8c99796b3b88f5631aa0fc92a011010ce64:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ a0f39e7ac9574756063bc90bba6bc532b45c33d4:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 49ca24cedb042579e9645c206640d59975805d12:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 5be5b0b52ff79b98689b2282a8b25cf9eb50ec40:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 42f40f59cae3c0fd8842e194d6991c951ab4382f:
Parameters:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ 015b2f48cf80a6d8b60d7038c8c3457d934c716a:
Parameters:
Same failure on other branches
|
@rimadeodhar yeah, we have been discussing this test in our recent team tech discussions. we recently (about a month ago) decided to start using I don't think we need to skip it, but i will take a look at the latest failures here. not sure how this remained unassigned. |
roachtest.schemachange/mixed-versions failed with artifacts on master @ d0e07efe30dfe64d36412363000a1b977b4d5d2e:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
Aah my bad. I thought this #133877 was the tracking issue for what we discussed in the tech discussion which is why I referenced it above. |
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
roachtest.schemachange/mixed-versions failed with artifacts on master @ a60d739746648922134ec3c0a22bb069bf1d283c:
Parameters:
Help
See: roachtest README See: How To Investigate (internal) Grafana is not yet available for azure clusters Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on master @ a60d739746648922134ec3c0a22bb069bf1d283c:
Parameters:
Same failure on other branches
|
Based on the specified backports for linked PR #134407, I applied the following new label(s) to this issue: branch-release-23.2, branch-release-24.1, branch-release-24.2, 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. |
…column usage A recent fix enabled support for BIT(0) columns (see issue #132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for #132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: #133339, #133790, #131162
…column usage A recent fix enabled support for BIT(0) columns (see issue #132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for #132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: #133339, #133790, #131162
…column usage A recent fix enabled support for BIT(0) columns (see issue #132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for #132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: #133339, #133790, #131162
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
…column usage A recent fix enabled support for BIT(0) columns (see issue cockroachdb#132944), which has since been backported. However, since this backport hasn’t been released yet, running against an older down-level client may still trigger a syntax error. This change adds a temporary check to handle such errors until the backports for cockroachdb#132944 are publicly released. This adjustment will be backported to older branches, with slight variations per release: - release-24.3: Reuse the same fix as in master. - release-24.2: Use isClusterVersionLessThan with clusterversion.V24.2. - release-24.1: Use isClusterVersionLessThan with clusterversion.V24.1. - release-23.2: Use isClusterVersionLessThan with clusterversion.V23.2. Epic: None Release note: None Closes: cockroachdb#133339, cockroachdb#133790, cockroachdb#131162
Note: This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar issue without the B-runtime-assertions-enabled label. If there isn't one, then this failure is likely due to an assertion violation or (assertion) timeout.
roachtest.schemachange/mixed-versions failed with artifacts on master @ 83589fb87caa92fb42e83994f1691978f37e4cbb:
Parameters:
ROACHTEST_arch=amd64
ROACHTEST_cloud=gce
ROACHTEST_coverageBuild=false
ROACHTEST_cpu=4
ROACHTEST_encrypted=false
ROACHTEST_runtimeAssertionsBuild=true
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-42418
The text was updated successfully, but these errors were encountered: