Skip to content

drop yarn, use just npm; don't store package lock #335

drop yarn, use just npm; don't store package lock

drop yarn, use just npm; don't store package lock #335

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

1 fail, 229 skipped, 1 958 pass in 24m 34s

  717 files    717 suites   24m 34s ⏱️
2 188 tests 1 958 ✅ 229 💤 1 ❌
4 580 runs  4 049 ✅ 530 💤 1 ❌

Results for commit 4262613.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.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)