Skip to content

YdocServerTest - setting the timeout to one minute#14891

Merged
JaroslavTulach merged 1 commit intodevelopfrom
wip/jtulach/HealthCheckTimeout14438
Mar 23, 2026
Merged

YdocServerTest - setting the timeout to one minute#14891
JaroslavTulach merged 1 commit intodevelopfrom
wip/jtulach/HealthCheckTimeout14438

Conversation

@JaroslavTulach
Copy link
Copy Markdown
Member

@JaroslavTulach JaroslavTulach commented Mar 20, 2026

Pull Request Description

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Java,
  • Unit tests have been written where possible.
  • Engine nightly tests are OK - 1st run

@JaroslavTulach JaroslavTulach self-assigned this Mar 20, 2026
@JaroslavTulach JaroslavTulach added the CI: No changelog needed Do not require a changelog entry for this PR. label Mar 20, 2026
@JaroslavTulach
Copy link
Copy Markdown
Member Author

Test org.enso.ydoc.server.YdocTest.start failed: 
java.io.UncheckedIOException: java.net.SocketTimeoutException: Connect timed out, took 20.966 sec
     at io.helidon.webclient.api.Proxy$ProxyType$2.connect(Proxy.java:547)
     at io.helidon.webclient.api.Proxy.tcpSocket(Proxy.java:283)
     at io.helidon.webclient.api.TcpClientConnection.connect(TcpClientConnection.java:115)
     at io.helidon.webclient.http1.Http1ConnectionCache.keepAliveConnection(Http1ConnectionCache.java:149)
     at io.helidon.webclient.http1.Http1ConnectionCache.connection(Http1ConnectionCache.java:77)
     at io.helidon.webclient.http1.Http1CallChainBase.obtainConnection(Http1CallChainBase.java:296)
     at io.helidon.webclient.http1.Http1CallChainBase.proceed(Http1CallChainBase.java:137)
     at io.helidon.webclient.api.ClientRequestBase.invokeServices(ClientRequestBase.java:429)
     at io.helidon.webclient.http1.Http1ClientRequestImpl.invokeWithServices(Http1ClientRequestImpl.java:225)
     at io.helidon.webclient.http1.Http1ClientRequestImpl.invokeRequestWithEntity(Http1ClientRequestImpl.java:215)
     at io.helidon.webclient.http1.RedirectionProcessor.invokeWithFollowRedirects(RedirectionProcessor.java:49)
     at io.helidon.webclient.http1.RedirectionProcessor.invokeWithFollowRedirects(RedirectionProcessor.java:40)
     at io.helidon.webclient.http1.Http1ClientRequestImpl.doSubmit(Http1ClientRequestImpl.java:123)
     at io.helidon.webclient.http1.Http1ClientRequestImpl.doSubmit(Http1ClientRequestImpl.java:38)
     at io.helidon.webclient.api.ClientRequestBase.validateAndSubmit(ClientRequestBase.java:486)
     at io.helidon.webclient.api.ClientRequestBase.submit(ClientRequestBase.java:282)
     at io.helidon.webclient.api.HttpClientRequest.doSubmit(HttpClientRequest.java:95)
     at io.helidon.webclient.api.ClientRequestBase.validateAndSubmit(ClientRequestBase.java:486)
     at io.helidon.webclient.api.ClientRequestBase.request(ClientRequestBase.java:273)
     at org.enso.ydoc.server.YdocTest.start(YdocTest.java:122)
     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
     at java.lang.reflect.Method.invoke(Method.java:565)
     ...
 Caused by: java.net.SocketTimeoutException: Connect timed out
     at sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547)
     at sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:594)
     at java.net.Socket.connect(Socket.java:659)
     at io.helidon.webclient.api.Proxy$ProxyType$2.connect(Proxy.java:544)

@JaroslavTulach JaroslavTulach changed the title Setting the wait timeout to one minute Setting the timeout to one minute Mar 20, 2026
@JaroslavTulach JaroslavTulach changed the title Setting the timeout to one minute YdocServerTest - setting the timeout to one minute Mar 20, 2026
Copy link
Copy Markdown
Contributor

@4e6 4e6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this issue

@JaroslavTulach JaroslavTulach merged commit bcb233b into develop Mar 23, 2026
128 of 136 checks passed
@JaroslavTulach JaroslavTulach deleted the wip/jtulach/HealthCheckTimeout14438 branch March 23, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: No changelog needed Do not require a changelog entry for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants