Skip to content

Rework transport and internal implementation to support multiplexed t… #25

Rework transport and internal implementation to support multiplexed t…

Rework transport and internal implementation to support multiplexed t… #25

GitHub Actions / Test Results failed May 25, 2024 in 0s

1 fail, 575 skipped, 2 841 pass in 46m 11s

  825 files  ±0    825 suites  ±0   46m 11s ⏱️ -1s
3 417 tests ±0  2 841 ✅  - 1    575 💤 ±0  1 ❌ +1 
7 056 runs  ±0  5 851 ✅  - 1  1 204 💤 ±0  1 ❌ +1 

Results for commit 0834fbc. ± Comparison against earlier commit c71adfb.

Annotations

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)