qq is there a way to rerun build on a pr branch?
# kotest
m
qq is there a way to rerun build on a pr branch?
i seem to have gotten a suspiciously unrelated failure 🤔
Copy code
com.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?
and it is passing locally,
Oh thanks for whoever rebuilt my branch!!!
👍🏻 1