Skip to content

add more memory for gradle #332

add more memory for gradle

add more memory for gradle #332

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

2 fail, 751 skipped, 3 168 pass in 1h 9m 28s

  886 files    886 suites   1h 9m 28s ⏱️
3 921 tests 3 168 ✅   751 💤 2 ❌
8 520 runs  6 848 ✅ 1 670 💤 2 ❌

Results for commit 9069fa0.

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/jvmTest/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:335)
	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:335)
	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)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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