generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Figure out why Docker compose is failing in CI #1722
Labels
bug
Something isn't working
Comments
Open
alecthomas
added
bug
Something isn't working
next
Work that will be be picked up next
and removed
triage
Issue needs triaging
labels
Jun 10, 2024
@gak volunteered as tribute |
|
|
Processes are randomly choosing high ports as the source port, randomly hitting 54320. Just need to choose a lower port under that range. |
alecthomas
pushed a commit
that referenced
this issue
Jun 12, 2024
Fixes: #1722 Port was in the random local range of ports which was sometimes being used when trying to bind. The solution is to use a port outside the random range (<32767), so I picked 15432 instead of 54320.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With so many integration tests, we're hitting this failure very very frequently now:
It doesn't seem to be an issue with FTL itself, but it would be great to fix it because it's really annoying.
The text was updated successfully, but these errors were encountered: