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: remove listeners in no listener test #163

Conversation

sighphyre
Copy link
Member

Honestly I don't know if this is the right thing to be doing here but it appears the build failures are being caused by this test: TestClientWithoutListener.

This deadlocks most of the time. From what I can tell we added a default no-op listener that should drain the channels but this test is also doing that. Removing the select from this test appears to make it pass

@sighphyre sighphyre changed the base branch from v4 to chore/stopTestsFromHittingLocalhost December 8, 2023 15:16
@chriswk chriswk marked this pull request as ready for review December 11, 2023 09:44
@chriswk chriswk merged commit 70e1622 into chore/stopTestsFromHittingLocalhost Dec 11, 2023
9 checks passed
@chriswk chriswk deleted the chore/remove-listeners-in-no-listener-test branch December 11, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants