Integrated: 8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port
Julia Boes
jboes at openjdk.java.net
Fri Nov 12 12:09:44 UTC 2021
On Thu, 11 Nov 2021 17:08:37 GMT, Julia Boes <jboes at openjdk.org> wrote:
> This change corrects the server configuration in `testBindAllInterfaces` to specify the port. Additionally, a manual test is added for the case where the port is not specified and the server uses the default port 8000, which might already be in use by another test. To avoid this scenario and the resulting BindException, the test is made manual.
>
> Testing: Tier 1-3
This pull request has now been integrated.
Changeset: 13deb384
Author: Julia Boes <jboes at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/13deb38433444a196af5e22e9b29bea6a9a15400
Stats: 155 lines in 2 files changed: 153 ins; 0 del; 2 mod
8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port
Reviewed-by: dfuchs
-------------
PR: https://git.openjdk.java.net/jdk/pull/6361
More information about the net-dev
mailing list