Tristan Tarrant created ISPN-10077:
--------------------------------------
Summary: ClientSocketReadTimeoutTest.testPutTimeout fails
Key: ISPN-10077
URL:
https://issues.jboss.org/browse/ISPN-10077
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.4.10.Final, 10.0.0.Beta2
Environment: CI
https://ci.infinispan.org/job/Infinispan/job/9.4.x/158/testReport/org.inf...
Reporter: Tristan Tarrant
Error Message
Expected exception of type class java.net.SocketTimeoutException but got
io.netty.channel.AbstractChannel$AnnotatedConnectException: syscall:getsockopt(..) failed:
Connection refused: /127.0.0.1:11222
Stacktrace
org.testng.TestException:
Expected exception of type class java.net.SocketTimeoutException but got
io.netty.channel.AbstractChannel$AnnotatedConnectException: syscall:getsockopt(..) failed:
Connection refused: /127.0.0.1:11222
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException:
syscall:getsockopt(..) failed: Connection refused: /127.0.0.1:11222
at io.netty.channel.unix.Socket.finishConnect(..)(Unknown Source)
Caused by: io.netty.channel.unix.Errors$NativeConnectException: syscall:getsockopt(..)
failed: Connection refused
... 1 more
... Removed 13 stack frames
--
This message was sent by Atlassian Jira
(v7.12.1#712002)