Skip to content

improve Netty TCP and WS stability #286

improve Netty TCP and WS stability

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

  852 files  +  852    852 suites  +852   55m 45s ⏱️ + 55m 45s
3 816 tests +3 816  3 088 ✅ +3 088    727 💤 +  727  1 ❌ +1 
8 118 runs  +8 118  6 543 ✅ +6 543  1 574 💤 +1 574  1 ❌ +1 

Results for commit bd58f20. ± Comparison against earlier commit 5670deb.

Annotations

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest

See this annotation in the file changed.

@github-actions 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)