Skip to content

netty TCP, WebSocket and QUIC transports #310

netty TCP, WebSocket and QUIC transports

netty TCP, WebSocket and QUIC transports #310

GitHub Actions / Test Results failed Apr 18, 2024 in 0s

1 fail, 751 skipped, 3 160 pass in 1h 6m 4s

  868 files  ±0    868 suites  ±0   1h 6m 4s ⏱️ + 1m 28s
3 912 tests ±0  3 160 ✅  - 1    751 💤 ±0  1 ❌ +1 
8 502 runs  ±0  6 831 ✅  - 1  1 670 💤 ±0  1 ❌ +1 

Results for commit 7c9d3a5. ± Comparison against earlier commit 104f31c.

Annotations

Check warning on line 0 in io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: requestStreamX16[jvm] (io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest.xml [took 3m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 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 180000 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:840)