In the `websockets-jsr` sub-project there spurious failures in tests `ProgramaticLazyEndpointTest`and `BinaryEndpointTest` when using JDK-17. The errors are something like the following:
[INFO] Running io.undertow.websockets.jsr.test.ProgramaticLazyEndpointTest Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.032 s <<< FAILURE! - in io.undertow.websockets.jsr.test.ProgramaticLazyEndpointTest Error: testStringOnMessage(io.undertow.websockets.jsr.test.ProgramaticLazyEndpointTest) Time elapsed: 10.024 s <<< ERROR! java.io.IOException: UT003035: Connection timed out at io.undertow.websockets.jsr.ServerWebSocketContainer.connectToServer(ServerWebSocketContainer.java:332) at io.undertow.websockets.jsr.ServerWebSocketContainer.connectToServer(ServerWebSocketContainer.java:309) at io.undertow.websockets.jsr.test.ProgramaticLazyEndpointTest.testStringOnMessage(ProgramaticLazyEndpointTest.java:108) ...
Note the time taken is 10s which is the timeout used in the test.
- clones
-
UNDERTOW-2124 ProgramaticLazyEndpointTest and BinaryEndpointTest failures with JDK-17
- Closed
- is incorporated by
-
JBEAP-23741 [GSS](7.4.z) Upgrade Undertow from 2.2.18.SP2-redhat-00001 to 2.2.19.SP2-redhat-00001
- Closed