Integrated: 8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach
Alex Menkov
amenkov at openjdk.java.net
Thu Mar 4 00:40:40 UTC 2021
On Thu, 18 Feb 2021 21:43:00 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> The fix also partially fixes JdwpAttachTest failures (JDK-8253940).
> The failures are caused by network configuration changes during test execution ("global" IPv6 addresses disappears from interface).
> To minimize chances of intermittent failures like this java.net tests use only link-local addresses whenever possible.
> The fix does the same for JDI tests (Utils.getAddressesWithSymbolicAndNumericScopes is used by JdwpListenTest and JdwpAttachTest)
This pull request has now been integrated.
Changeset: 104a2628
Author: Alex Menkov <amenkov at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/104a2628
Stats: 14 lines in 1 file changed: 3 ins; 0 del; 11 mod
8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach
Reviewed-by: sspitsyn, dfuchs
-------------
PR: https://git.openjdk.java.net/jdk/pull/2633
More information about the net-dev
mailing list