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

fix flaky server input test #198

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

jakecoffman
Copy link
Member

The fix is to start a listener outside of a goroutine that way the server is already listening and there's no need to wait or retry connections.

@jakecoffman jakecoffman requested a review from a team as a code owner November 16, 2023 14:15
@jakecoffman jakecoffman marked this pull request as draft November 17, 2023 03:31
@jakecoffman jakecoffman force-pushed the jakecoffman/fix-flaky-server-input-test branch from 024832a to 548959b Compare November 17, 2023 03:48
@jakecoffman jakecoffman marked this pull request as ready for review November 17, 2023 11:59
@jakecoffman jakecoffman enabled auto-merge (squash) November 17, 2023 12:14
Copy link
Contributor

@pavera pavera left a comment

Choose a reason for hiding this comment

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

👍

@jakecoffman jakecoffman merged commit 718503c into main Nov 17, 2023
49 checks passed
@jakecoffman jakecoffman deleted the jakecoffman/fix-flaky-server-input-test branch November 17, 2023 18:51
@jakecoffman jakecoffman mentioned this pull request Jan 12, 2024
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.

2 participants