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

kv: deflake TestLeaseQueueLeasePreferencePurgatoryError #132877

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nvanbenschoten
Copy link
Member

Fixes #132652.

This commit fixes a flake in TestLeaseQueueLeasePreferencePurgatoryError where a delayed span config split could trip up the test and cause it to flake. We now wait for the span config split to be processed before waiting on the lease queue's purgatory, which should eliminate the flake.

Release note: None

Fixes cockroachdb#132652.

This commit fixes a flake in TestLeaseQueueLeasePreferencePurgatoryError
where a delayed span config split could trip up the test and cause it to
flake. We now wait for the span config split to be processed before
waiting on the lease queue's purgatory, which should eliminate the
flake.

Release note: None
@nvanbenschoten nvanbenschoten 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 labels Oct 17, 2024
@nvanbenschoten nvanbenschoten requested a review from a team as a code owner October 17, 2024 22:22
@cockroach-teamcity
Copy link
Member

This change is Reviewable

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kv/kvserver: TestLeaseQueueLeasePreferencePurgatoryError failed
3 participants