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

chore: fix flaky client initialization test #742

Merged
merged 1 commit into from
Dec 20, 2024
Merged

chore: fix flaky client initialization test #742

merged 1 commit into from
Dec 20, 2024

Conversation

enocom
Copy link
Member

@enocom enocom commented Dec 20, 2024

This commit retries the dialer a few times to handle the case where a client has connected but has not yet dialed the remote instance, while the test has already asserted the dialer should have run.

Fixes #551

This commit retries the dialer a few times to handle the case where a
client has connected but has not yet dialed the remote instance, while
the test has already asserted the dialer should have run.

Fixes #551
@enocom enocom requested a review from a team as a code owner December 20, 2024 18:07
@enocom enocom enabled auto-merge (squash) December 20, 2024 18:08
@enocom enocom merged commit 3e44db8 into main Dec 20, 2024
16 checks passed
@enocom enocom deleted the flaky-test branch December 20, 2024 19:07
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.

internal/proxy: TestClientLimitsMaxConnections failed
3 participants