-
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 #77885
Comments
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ 2d49a7bd0d1ebeff93277233695411d25b2a5d39:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ d7252106b166f23d791a4d677afdbc46b6b059ae:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ f5b42a4e3bbdadb25aee89a41871239a624d538d:
Same failure on other branches
|
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ a25a145510d5d0bc7570db327a21cd3fcde21980:
Same failure on other branches
|
Fixes: cockroachdb#77885 Previously, the schemachanger workload incorrectly detected primary indexes using their names checking for either the words 'pkey' or 'primary'. This approach was not correct and heuristic in nature. To address this, this patch uses crdb_internal.table_indexes to detect primary indexes. Release note: None
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ ec0a78bbf61f7d71fe4222cc1c11d262936df2e3:
Same failure on other branches
|
78184: workload/schemachanger: primary index detection is incorrect r=fqazi a=fqazi Fixes: #77885 Previously, the schemachanger workload incorrectly detected primary indexes using their names checking for either the words 'pkey' or 'primary'. This approach was not correct and heuristic in nature. To address this, this patch uses crdb_internal.table_indexes to detect primary indexes. Release note: None 78195: distsql: clean up the determination of txn type in mixed version r=yuzefovich a=yuzefovich This commit cleans up the way we determine what txn type to use for a particular flow. Addresses: #78150. Release note: None Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
Fixes: #77885 Previously, the schemachanger workload incorrectly detected primary indexes using their names checking for either the words 'pkey' or 'primary'. This approach was not correct and heuristic in nature. To address this, this patch uses crdb_internal.table_indexes to detect primary indexes. Release note: None
roachtest.schemachange/mixed-versions failed with artifacts on release-22.1 @ a1c1879e01ceee79a81693c67a1dba184b5fc1b1:
Help
See: roachtest README
See: How To Investigate (internal)
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-13810
The text was updated successfully, but these errors were encountered: