-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
JDK22 & JDK21: CommandLinePositiveTest.java (httpserver and jwebserver versions) both fail with address in use #5474
Comments
please assign to me. |
I can't. I've posted a request in the Slack channel. |
Some recent Grinders in this triage comment #5445 (comment) |
So it's intermittent. Feels like the tests are affected if ports are used by other processes. Should be excluded or not? |
After some investigation, the problematic command in the test is this..
This command tries to start a java webserver without a specified port or address, which is localhost, but with port 8000.. this port is already in use by the incredibuild web dashboard ( which is not required on test machines ). I'll investigate disabling this service on the test machines, or switching it to a different port. |
Test runs :- |
thanks @steelhead31 ! Closed via adoptium/infrastructure#3726 |
Original comment by Shelley Lambert in the July 2024 General Retrospective:
x64 Windows: com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java and simpleserver/jwebserver/CommandLinePositiveTest.java are problematic for JDK22 and JDK21, address in use failures
The text was updated successfully, but these errors were encountered: