-
Bug
-
Resolution: Fixed
-
P4
-
11-pool, 17-pool
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8277708 | 17.0.3-oracle | Jie Fu | P4 | Resolved | Fixed | b01 |
JDK-8277632 | 17.0.2 | Jie Fu | P4 | Resolved | Fixed | b06 |
JDK-8278160 | 11.0.15-oracle | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8277747 | 11.0.14 | Jie Fu | P4 | Resolved | Fixed | b05 |
JDK-8326220 | openjdk8u412 | Paul Hohensee | P4 | Resolved | Fixed | b05 |
8251155 introduces a test which uses jps to check we can handle a hostname which is numeric. This test runs jps on a fictional process, e.g. pid 12345, and passes as long as a malformed address exception is not seen.
I see the test taking 2min30s to timeout and fail on my system, and I see mach5 runs that can take 7 minutes, and pass.
My system times out and fails, I see mach5 systems with the error:
Exception creating connection to: 12345; nested exception is:
java.net.SocketException: Network is unreachable: connect
..but not a test failure.
As we already have a HostIdentifier test, we should add the test patterns from
test/jdk/sun/tools/jps/TestJpsHostName.java into
open/test/jdk/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java and test the creation of a HostIdentifier with the numeric patterns.
- backported by
-
JDK-8277632 TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
-
- Resolved
-
-
JDK-8277708 TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
-
- Resolved
-
-
JDK-8277747 TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
-
- Resolved
-
-
JDK-8278160 TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
-
- Resolved
-
-
JDK-8326220 TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test
-
- Resolved
-
- relates to
-
JDK-8251155 HostIdentifier fails to canonicalize hostnames starting with digits
-
- Resolved
-
- links to
-
Commit openjdk/jdk8u-dev/e926edc1
-
Commit openjdk/jdk11u-dev/6a7a2d2c
-
Commit openjdk/jdk17u/d998761a
-
Commit openjdk/jdk/2af9e597
-
Review openjdk/jdk8u-dev/411
-
Review openjdk/jdk11u-dev/643
-
Review openjdk/jdk17u/293
-
Review openjdk/jdk/6170