-
Notifications
You must be signed in to change notification settings - Fork 196
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
Investigate Windows BindException occurrences on netty and syslog tests #6489
Labels
Milestone
Comments
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Sep 19, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Sep 19, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Sep 23, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Sep 23, 2024
jamesnetherton
added a commit
that referenced
this issue
Sep 23, 2024
JiriOndrusek
pushed a commit
to JiriOndrusek/camel-quarkus
that referenced
this issue
Sep 27, 2024
JiriOndrusek
pushed a commit
to JiriOndrusek/camel-quarkus
that referenced
this issue
Sep 27, 2024
JiriOndrusek
pushed a commit
to jboss-fuse/camel-quarkus
that referenced
this issue
Sep 27, 2024
jamesnetherton
added a commit
to jamesnetherton/camel-quarkus
that referenced
this issue
Nov 11, 2024
zhfeng
pushed a commit
that referenced
this issue
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug description
It seems to happen sporadically on GitHub CI for UDP ports.
Speculatively, I wonder if
AvailablePortFinder
should also handleDatagramSocket
in addition toServerSocket
. Maybe it thinks ports are free because it's only checking TCP?The text was updated successfully, but these errors were encountered: