mitch
02/13/2021, 9:34 AMmitch
02/13/2021, 9:35 AMcom.sksamuel.kotest.extensions.http.LongHttpRequestTest
Test post http request with timeout[jvm] FAILED
java.lang.AssertionError: Expected exception io.ktor.client.features.HttpRequestTimeoutException but a ConnectException was thrown instead.
Caused by: java.lang.AssertionError: Expected exception io.ktor.client.features.HttpRequestTimeoutException but a ConnectException was thrown instead.
Caused by: java.net.ConnectException: Connection refused
Test post http request[jvm] FAILED
org.mockserver.client.SocketConnectionException: Unable to connect to socket localhost/127.0.0.1:1080
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: localhost/127.0.0.1:1080
Caused by: java.net.ConnectException: Connection refused
7 tests completed, 2 failed
FAILURE: Executed 7 tests in 6.3s (2 failed)
or is this a known failure?mitch
02/13/2021, 9:36 AMmitch
02/13/2021, 11:50 AM