-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P5
-
None
-
Affects Version/s: 27
-
Component/s: core-libs
-
Fix Understood
-
windows
This test fails sometimes on windows in our CI with an unexpected exception. When taking a closer look it seems that with the refactoring in JDK-8287062 one of the checked messages was lost.
Before the change "Connection timed out" was also allowed. A short search in the code shows that this might only happen on Windows.
I propose to re-add the old message to the allowed messages.
Before the change "Connection timed out" was also allowed. A short search in the code shows that this might only happen on Windows.
I propose to re-add the old message to the allowed messages.
- caused by
-
JDK-8287062 com/sun/jndi/ldap/LdapPoolTimeoutTest.java failed due to different timeout message
-
- Resolved
-
- links to
-
Review(master)
openjdk/jdk/29348