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

cli: deflake TestZipRetries #124683

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

rafiss
Copy link
Collaborator

@rafiss rafiss commented May 24, 2024

This avoids a race when setting a cluster setting, and instead sets the parameter directly in the connection string.

fixes #124650
Release note: None

This avoids a race when setting a cluster setting, and instead sets the
parameter directly in the connection string.

Release note: None
@rafiss rafiss requested a review from dhartunian May 24, 2024 22:48
@rafiss rafiss requested review from a team as code owners May 24, 2024 22:48
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rafiss
Copy link
Collaborator Author

rafiss commented May 28, 2024

tftr!

bors r+

@dhartunian
Copy link
Collaborator

dhartunian commented May 28, 2024

I'm a little confused: the cluster setting isn't synchronous in this case?

@rafiss
Copy link
Collaborator Author

rafiss commented May 28, 2024

I believe the race is under multitenant configs, since propagating the setting to tenants is not synchronous.

@craig craig bot merged commit 27cffe8 into cockroachdb:master May 28, 2024
21 of 22 checks passed
@dhartunian
Copy link
Collaborator

I believe the race is under multitenant configs, since propagating the setting to tenants is not synchronous.

😑 I keep forgetting that's a thing. thanks!

@rafiss rafiss deleted the deflake-TestZipRetries branch May 28, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cli: TestZipRetries failed
3 participants