-
Bug
-
Resolution: Fixed
-
P4
-
7, 9
-
b80
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135871 | emb-9 | Robert Mckenna | P4 | Resolved | Fixed | team |
JDK-8183744 | 8u161 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8148237 | 8u152 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8192483 | emb-8u161 | Robert Mckenna | P4 | Resolved | Fixed | b01 |
JDK-8148238 | 7u201 | Robert Mckenna | P4 | Resolved | Fixed | b02 |
com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently in jdk9/b16 same binaries run. Failed 4 (out of 184) times so far.
Not see this failure in previous same binaries testing, also not yet see this failure in jdk9-dev nightly testing.
----------System.out:(3/25)----------
Passed = 3, failed = 1
----------System.err:(24/1329)----------
fail: timeout should be at least 15 seconds, actual time: 23
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1329)
at LdapTimeoutTest.fail(LdapTimeoutTest.java:48)
at LdapTimeoutTest.deadServerNoTimeout(LdapTimeoutTest.java:160)
at LdapTimeoutTest.main(LdapTimeoutTest.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
java.lang.AssertionError: Some tests failed
at LdapTimeoutTest.main(LdapTimeoutTest.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:484)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:759)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tests failed
- backported by
-
JDK-8135871 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
- Resolved
-
JDK-8148237 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
- Resolved
-
JDK-8148238 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
- Resolved
-
JDK-8183744 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
- Resolved
-
JDK-8192483 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails intermittently
- Resolved
- relates to
-
JDK-8049884 Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
- Resolved
-
JDK-8141370 com/sun/jndi/ldap/LdapTimeoutTest.java failed intermittently
- Resolved
-
JDK-8047062 Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
- Resolved
-
JDK-8132455 [TEST_BUG] com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
- Closed