Eugen Martynov
07/09/2025, 1:07 PMException: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-1"
Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-7"
Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-8"
Exception: kotlinx.coroutines.CoroutinesInternalError thrown from the UncaughtExceptionHandler in thread "DefaultDispatcher-worker-2"
And this later fails with
kotlinx.coroutines.test.UncaughtExceptionsBeforeTest: There were uncaught exceptions before the test started. Please avoid this, as such exceptions are also reported in a platform-dependent manner so that they are not lost.
at app//kotlinx.coroutines.test.TestScopeImpl.enter(TestScope.kt:238)
at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:308)
at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:167)
at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:159)
at app//kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
Eugen Martynov
07/09/2025, 1:11 PMEugen Martynov
07/09/2025, 1:11 PM