Skip to content

rename build-logic plugins #219

rename build-logic plugins

rename build-logic plugins #219

GitHub Actions / Test Results failed Nov 12, 2023 in 0s

2 fail, 229 skipped, 1 948 pass in 39m 58s

   699 files  ±0     699 suites  ±0   39m 58s ⏱️ + 3m 13s
2 179 tests ±0  1 948 ✔️  - 2  229 💤 ±0  2 +2 
4 562 runs  ±0  4 030 ✔️  - 2  530 💤 ±0  2 +2 

Results for commit 30e98c3. ± Comparison against earlier commit bbdc951.

Annotations

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: largePayloadFireAndForget10[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest)

test-reports/rsocket-transport-ktor/rsocket-transport-ktor-websocket-server/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest.xml [took 11s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:46)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runWithTimeout-KLykuaI(SuspendTest.kt:103)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runPhase-dWUq8MI(SuspendTest.kt:77)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:54)
	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:314)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:191)
	at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:159)
	at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:501)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:109)
	at java.lang.Thread.run(Thread.java:750)

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: requestChannel3[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest)

test-reports/rsocket-transport-ktor/rsocket-transport-ktor-websocket-server/build/test-results/jvm17Test/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:46)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runWithTimeout-KLykuaI(SuspendTest.kt:103)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runPhase-dWUq8MI(SuspendTest.kt:77)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:54)
	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:314)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:191)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:159)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:501)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:109)
	at java.base@17.0.9/java.lang.Thread.run(Thread.java:840)