You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sywhang@abhinav I discovered the issue, which is that in my environment port 8080 is not available to bind too, which causes the tests to fail. These should likely be moved to using port a random port and fx.Populate a net.Addr type to use with clients.
jmmills
changed the title
Example test failing in master branch (89f4a90)
Example test failing in master branch when port 8080 is already in use (89f4a90)
Feb 9, 2024
Describe the bug
At rev
89f4a90
Example test is failingTo Reproduce
run anything that listens on port
8080
, thenmake test
Expected behavior
Passing tests
Additional context
The text was updated successfully, but these errors were encountered: