Skip to content
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

logictest: add retry to EXPERIMENTAL_RELOCATE #139839

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

yuzefovich
Copy link
Member

We occasionally see ALTER TABLE .. EXPERIMENTAL_RELOCATE stmts fail due to the range descriptor change, so let's retry all such statements.

Fixes: #139830.

Release note: None

We occasionally see ALTER TABLE .. EXPERIMENTAL_RELOCATE stmts fail due
to the range descriptor change, so let's retry all such statements.

Release note: None
@yuzefovich yuzefovich added backport-24.1.x Flags PRs that need to be backported to 24.1. backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3 backport-25.1.x Flags PRs that need to be backported to 25.1 labels Jan 27, 2025
@yuzefovich yuzefovich requested review from a team and michae2 and removed request for a team January 27, 2025 04:28
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@michae2 michae2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 15 of 15 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @yuzefovich)

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig craig bot merged commit ebc9844 into cockroachdb:master Jan 27, 2025
22 checks passed
Copy link

blathers-crl bot commented Jan 27, 2025

Based on the specified backports for this PR, I applied new labels to the following linked issue(s). Please adjust the labels as needed to match the branches actually affected by the issue(s), including adding any known older branches.


Issue #139830: branch-release-24.1, branch-release-24.2, branch-release-24.3, branch-release-25.1.


🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.1.x Flags PRs that need to be backported to 24.1. backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3 backport-25.1.x Flags PRs that need to be backported to 25.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkg/sql/logictest/tests/5node/5node_test: TestLogic_ranges failed
3 participants