improve Netty TCP and WS stability #286
GitHub Actions / Test Results
failed
Apr 12, 2024 in 0s
1 fail, 727 skipped, 3 088 pass in 55m 45s
Annotations
Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest
github-actions / Test Results
1 out of 4 runs failed: testFailedConnection[jvm] (io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest)
test-reports/rsocket-transports/ktor-tcp/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 1m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
at io.rsocket.kotlin.test.SuspendTest$test$1.invokeSuspend(SuspendTest.kt:45)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
at [email protected]/java.lang.Thread.run(Thread.java:1583)
Loading