MODELIX-829 Split INode interface into multiple interfaces #3327
GitHub Actions / Test Results
failed
Feb 3, 2025 in 0s
1 fail, 8 skipped, 1 079 pass in 34m 2s
Annotations
Check warning on line 0 in org.modelix.model.server.ReplicatedModelTest
github-actions / Test Results
startsWithLatestVersion() (org.modelix.model.server.ReplicatedModelTest) failed
model-server/build/test-results/test/TEST-org.modelix.model.server.ReplicatedModelTest.xml [took 0s]
Raw output
java.util.concurrent.CancellationException: test successful
at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:316)
at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:316)
at org.modelix.model.server.ReplicatedModelTest$startsWithLatestVersion$1$1.invokeSuspend(ReplicatedModelTest.kt:78)
at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
at org.modelix.model.server.ReplicatedModelTest$startsWithLatestVersion$1.invokeSuspend(ReplicatedModelTest.kt:54)
at org.modelix.model.server.ReplicatedModelTest$runTest$1.invokeSuspend(ReplicatedModelTest.kt:132)
at io.ktor.server.testing.TestApplicationKt$runTestApplication$2$2.invokeSuspend(TestApplication.kt:412)
at io.ktor.server.testing.TestApplicationKt.runTestApplication(TestApplication.kt:412)
at io.ktor.server.testing.TestApplicationKt$testApplication$1.invokeSuspend(TestApplication.kt:395)
at io.ktor.test.dispatcher.TestCommonKt$runTestWithRealTime$1.invokeSuspend(TestCommon.kt:38)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:317)
Caused by: java.util.concurrent.CancellationException: test successful
at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:316)
at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:316)
at org.modelix.model.server.ReplicatedModelTest$startsWithLatestVersion$1$1.invokeSuspend(ReplicatedModelTest.kt:78)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:829)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
Loading