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

roachtest: wait for propagation of tenant cluster settings #137843

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

nvanbenschoten
Copy link
Member

Fixes #137503.

This commit updates the setTenantSetting utility to wait for the propagation of the tenant cluster settings to each SQL gateway before returning. This avoids races where the tenant cluster settings are not yet propagated to the SQL gateway when the test randomly chooses a gateway and tries to use it.

Release note: None

Fixes cockroachdb#137503.

This commit updates the setTenantSetting utility to wait for the
propagation of the tenant cluster settings to each SQL gateway before
returning. This avoids races where the tenant cluster settings are not
yet propagated to the SQL gateway when the test randomly chooses a
gateway and tries to use it.

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 backport-24.3.x Flags PRs that need to be backported to 24.3 labels Dec 20, 2024
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@nvanbenschoten
Copy link
Member Author

TFTR!

bors r=tbg

@craig craig bot merged commit 514ad02 into cockroachdb:master Dec 23, 2024
22 checks passed
Copy link

blathers-crl bot commented Dec 23, 2024

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 #137503: branch-release-24.2, branch-release-24.3.


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

Successfully merging this pull request may close these issues.

roachtest: change-replicas/mixed-version failed
3 participants