RFR: 8224775: test/jdk/com/sun/jdi/JdwpListenTest.java failed to attach [v2]
    Alex Menkov 
    amenkov at openjdk.java.net
       
    Mon Feb 22 21:36:52 UTC 2021
    
    
  
> 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)
Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
  include loopback addresses in testing
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/2633/files
  - new: https://git.openjdk.java.net/jdk/pull/2633/files/96176a61..4d59abf6
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=2633&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=2633&range=00-01
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/2633.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/2633/head:pull/2633
PR: https://git.openjdk.java.net/jdk/pull/2633
    
    
More information about the net-dev
mailing list