Skip to content

netty TCP, WebSocket and QUIC transports

Sign in for the full log view
GitHub Actions / Test Results failed May 25, 2024 in 0s

7 fail, 351 skipped, 1 827 pass in 45m 24s

  502 files   -   384    502 suites   - 384   45m 24s ⏱️ - 23m 13s
2 185 tests  - 1 736  1 827 ✅  - 1 343  351 💤  - 400   7 ❌ + 7 
5 048 runs   - 3 472  4 164 ✅  - 2 686  870 💤  - 800  14 ❌ +14 

Results for commit e9f1ff8. ± Comparison against earlier commit eb15c1c.

Annotations

Check warning on line 0 in io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: requestResponse100[jvm] (io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest)

test-reports/rsocket-transports/netty-quic/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 0s]
Raw output
java.lang.IllegalStateException: Unexpected request completion: no response received
	at io.rsocket.kotlin.operation.RequesterRequestResponseOperation.receiveDone(RequesterRequestResponseOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.connection.Connection2.requestResponse(Connection.kt:106)
	at io.rsocket.kotlin.transport.tests.TransportTest$requestResponse100$1$1$1.invokeSuspend(TransportTest.kt:237)
	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: java.lang.IllegalStateException: Unexpected request completion: no response received
	at io.rsocket.kotlin.operation.RequesterRequestResponseOperation.receiveDone(RequesterRequestResponseOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs failed: requestStreamX16[jvm] (io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest)

test-reports/rsocket-transports/netty-quic/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 23s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 20s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 12s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 8s]
Raw output
java.lang.IllegalStateException: Unexpected end of stream
	at io.rsocket.kotlin.operation.RequesterRequestStreamOperation.receiveDone(RequesterRequestStreamOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	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: java.lang.IllegalStateException: Unexpected end of stream
	at io.rsocket.kotlin.operation.RequesterRequestStreamOperation.receiveDone(RequesterRequestStreamOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)

Check warning on line 0 in io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 out of 4 runs failed: largePayloadRequestChannel200[jvm] (io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest)

test-reports/rsocket-transports/netty-quic/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 3s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 1s]
Raw output
java.lang.IllegalStateException: Unexpected end of stream
	at io.rsocket.kotlin.operation.RequesterRequestChannelOperation.receiveDone(RequesterRequestChannelOperation.kt:104)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	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: java.lang.IllegalStateException: Unexpected end of stream
	at io.rsocket.kotlin.operation.RequesterRequestChannelOperation.receiveDone(RequesterRequestChannelOperation.kt:104)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:566)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)

Check warning on line 0 in io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs failed: requestResponse10000[jvm] (io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest)

test-reports/rsocket-transports/netty-quic/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 17s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 13s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 11s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 6s]
Raw output
java.lang.IllegalStateException: Unexpected request completion: no response received
	at io.rsocket.kotlin.operation.RequesterRequestResponseOperation.receiveDone(RequesterRequestResponseOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.connection.Connection2.requestResponse(Connection.kt:106)
	at io.rsocket.kotlin.transport.tests.TransportTest$requestResponse10000$1$1$1.invokeSuspend(TransportTest.kt:248)
	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: java.lang.IllegalStateException: Unexpected request completion: no response received
	at io.rsocket.kotlin.operation.RequesterRequestResponseOperation.receiveDone(RequesterRequestResponseOperation.kt:64)
	at io.rsocket.kotlin.operation.OperationFrameHandler.handleDone(OperationInbound.kt:45)
	at io.rsocket.kotlin.connection.MultiplexedConnection$execute$2$receiveJob$1.invokeSuspend(MultiplexedConnection.kt:216)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:469)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:829)

Check warning on line 0 in io.rsocket.kotlin.internal.RSocketRequesterTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: cancelRequesterToCloseConnection[jvm] (io.rsocket.kotlin.internal.RSocketRequesterTest)

test-reports/rsocket-core/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.internal.RSocketRequesterTest.xml [took 0s]
Raw output
app.cash.turbine.TurbineAssertionError: Expected item but found Error(CancellationException)
	at app//app.cash.turbine.TurbineAssertionError$Companion.invoke(TurbineAssertionError.kt:32)
	at app//app.cash.turbine.ChannelKt.unexpectedEvent(channel.kt:253)
	at app//app.cash.turbine.ChannelKt.awaitItem(channel.kt:192)
	at app//app.cash.turbine.ChannelKt$awaitItem$1.invokeSuspend(channel.kt)
	at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at app//kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
	at app//kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99)
	at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at app//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at app//kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
	at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
	at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)
Caused by: java.util.concurrent.CancellationException: Requester cancelled
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at kotlinx.coroutines.channels.BufferedChannel$BufferedChannelIterator.onClosedHasNext(BufferedChannel.kt:1643)
	at kotlinx.coroutines.channels.BufferedChannel$BufferedChannelIterator.hasNext(BufferedChannel.kt:1633)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt.access$emitAllImpl$FlowKt__ChannelsKt(Channels.kt:1)
	at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Channels.kt)
Caused by: java.util.concurrent.CancellationException: Requester cancelled
	at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
	at kotlinx.coroutines.JobKt__JobKt.cancel(Job.kt:601)
	at kotlinx.coroutines.JobKt.cancel(Unknown Source)
	at io.rsocket.kotlin.connection.ConnectionEstablishmentHandler.handleConnection$lambda$1(ConnectionEstablishmentHandler.kt:70)
	at kotlinx.coroutines.InternalCompletionHandler$UserSupplied.invoke(CompletionHandler.common.kt:67)
	at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1392)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1502)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:917)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:874)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting(JobSupport.kt:707)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:678)
	at kotlinx.coroutines.JobSupport.cancelInternal(JobSupport.kt:643)
	at kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:628)
	at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:284)
	at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:282)
	at io.rsocket.kotlin.internal.RSocketRequesterTest$cancelRequesterToCloseConnection$1$1.invokeSuspend(RSocketRequesterTest.kt:415)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.TestConnection$connectClient$1.invokeSuspend(TestConnection.kt:48)
Caused by: java.util.concurrent.CancellationException: Requester cancelled
	at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
	at kotlinx.coroutines.JobKt__JobKt.cancel(Job.kt:601)
	at kotlinx.coroutines.JobKt.cancel(Unknown Source)
	at io.rsocket.kotlin.connection.ConnectionEstablishmentHandler.handleConnection$lambda$1(ConnectionEstablishmentHandler.kt:70)
	at kotlinx.coroutines.InternalCompletionHandler$UserSupplied.invoke(CompletionHandler.common.kt:67)
	at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1392)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1502)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:917)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:874)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting(JobSupport.kt:707)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:678)
	at kotlinx.coroutines.JobSupport.cancelInternal(JobSupport.kt:643)
	at kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:628)
	at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:284)
	at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:282)
	at io.rsocket.kotlin.internal.RSocketRequesterTest$cancelRequesterToCloseConnection$1$1.invokeSuspend(RSocketRequesterTest.kt:415)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)
Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelled}@49e12850
	at app//kotlinx.coroutines.JobSupport.cancel(JobSupport.kt:1556)
	... 12 more

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: requestResponse1[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 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:53)
	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 10000 ms
	at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at java.lang.Thread.run(Thread.java:750)

Check warning on line 0 in io.rsocket.kotlin.core.MultiplexedLocalRSocketTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: testErrorPropagatesCorrectly[jvm] (io.rsocket.kotlin.core.MultiplexedLocalRSocketTest)

test-reports/rsocket-core/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.core.MultiplexedLocalRSocketTest.xml [took 0s]
Raw output
java.lang.AssertionError: Expected an exception of class java.lang.IllegalStateException to be thrown, but was completed successfully.
	at org.junit.Assert.fail(Assert.java:89)
	at kotlin.test.junit.JUnitAsserter.fail(JUnitSupport.kt:56)
	at kotlin.test.AssertionsKt__AssertionsImplKt.checkResultIsFailure(AssertionsImpl.kt:22)
	at kotlin.test.AssertionsKt.checkResultIsFailure(Unknown Source)
	at io.rsocket.kotlin.core.RSocketTest$testErrorPropagatesCorrectly$1.invokeSuspend(RSocketTest.kt:334)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	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: java.lang.AssertionError: Expected an exception of class java.lang.IllegalStateException to be thrown, but was completed successfully.
	at org.junit.Assert.fail(Assert.java:89)
	at kotlin.test.junit.JUnitAsserter.fail(JUnitSupport.kt:56)
	at kotlin.test.AssertionsKt__AssertionsImplKt.checkResultIsFailure(AssertionsImpl.kt:22)
	at kotlin.test.AssertionsKt.checkResultIsFailure(Unknown Source)
	at io.rsocket.kotlin.core.RSocketTest$testErrorPropagatesCorrectly$1.invokeSuspend(RSocketTest.kt:334)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)