RFR: 8276848: sun.net.httpserver.simpleserver.CommandLinePositiveTest: test does not specify port [v2]
Julia Boes
jboes at openjdk.java.net
Fri Nov 12 09:54:58 UTC 2021
> 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
Julia Boes has updated the pull request incrementally with one additional commit since the last revision:
add jtreg bug id
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/6361/files
- new: https://git.openjdk.java.net/jdk/pull/6361/files/8e63599f..1cc87bf8
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6361&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6361&range=00-01
Stats: 3 lines in 1 file changed: 2 ins; 1 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/6361.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6361/head:pull/6361
PR: https://git.openjdk.java.net/jdk/pull/6361
More information about the net-dev
mailing list