You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
155393: schemachangerccl: limit number of stages tested for MR r=fqazi a=fqazi
Previously, this test was timing out frequently because of the number of
stages that we were testing causing it to hit the test timeout. This
patch reduces the number of stages tested on MR for declarative schema
changes during backup / restore. This patch also adjusts timeout waiting
for schema changes to allow for stress runs for testing.
Release note: None
Fixes: #154993Fixes: #155137Fixes: #154786Fixes: #152076Fixes: #155327Fixes: #154805Fixes: #155147
155453: server: deflake TestCheckRestartSafe_Integration r=stevendanna a=stevendanna
This test seems to fail under DRPC.
Informs #155111
Release note: None
155462: sql: use existing PK index for inverted index valdiation r=fqazi a=fqazi
Previously, when we were validating inverted index, we made all first mutations public. For a PK swap operation this meant that incomplete primary indexes would be made public, which may not be fully ready for scans depending on the plan. This meant after recent changes to have better plans for alter primary key, we could end up scanning incomplete primary indexes. To address this, this patch ensures that only non-PK swap indexes are used for validating inverted indexes.
Fixes: #155145Fixes: #155141Fixes: #155053Fixes: #155038
Release note: None
155463: spanconfigjob: include underlying error in job failure message r=spilchen a=spilchen
Previously, when the span config reconciliation job exhausted its internal retries, it would fail with a generic "reconciliation unsuccessful, failing job" message without including the underlying cause of the failure.
This change tracks the last reconciliation error and wraps it in the final job error message.
Closes#155380
Epic: None
Release note: none
Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>
Co-authored-by: Steven Danna <danna@cockroachlabs.com>
Co-authored-by: Matt Spilchen <matt.spilchen@cockroachlabs.com>
0 commit comments