On Thu, 11 Nov 2021 17:08:37 GMT, Julia Boes <jb...@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 Hello Julia, Is it intentional that this new manual test and the existing tests in "simpleserver" don't have a `@bug` id noted on their test definition? ------------- PR: https://git.openjdk.java.net/jdk/pull/6361