You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError: Coroutine stacktrace headers are not matched:
- Coroutine "coroutine":DeferredCoroutine{Active}@1e4a7dd4, state: SUSPENDED
+ Coroutine "coroutine":DeferredCoroutine{Active}@16ffbe93, state: RUNNING (Last suspension stacktrace, not an actual stacktrace)
expected:<CoroutineDumpHeader(name=coroutine, className=DeferredCoroutine, state=SUSPENDED)> but was:<CoroutineDumpHeader(name=coroutine, className=DeferredCoroutine, state=RUNNING (Last suspension stacktrace, not an actual stacktrace))>
java.lang.AssertionError: Coroutine stacktrace headers are not matched:
- Coroutine "coroutine":DeferredCoroutine{Active}@1e4a7dd4, state: SUSPENDED
+ Coroutine "coroutine":DeferredCoroutine{Active}@16ffbe93, state: RUNNING (Last suspension stacktrace, not an actual stacktrace)
expected:<CoroutineDumpHeader(name=coroutine, className=DeferredCoroutine, state=SUSPENDED)> but was:<CoroutineDumpHeader(name=coroutine, className=DeferredCoroutine, state=RUNNING (Last suspension stacktrace, not an actual stacktrace))>
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:120)
at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32)
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63)
at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
at kotlinx.coroutines.debug.CoroutineDump.verify(StacktraceUtils.kt:128)
at kotlinx.coroutines.debug.StacktraceUtilsKt.verifyDump(StacktraceUtils.kt:209)
at kotlinx.coroutines.debug.StacktraceUtilsKt.verifyDump(StacktraceUtils.kt:42)
at kotlinx.coroutines.debug.CoroutinesDumpTest$testSuspendedCoroutine$1.invokeSuspend(CoroutinesDumpTest.kt:28)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:256)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:54)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlockingImpl(Builders.kt:30)
at kotlinx.coroutines.BuildersKt.runBlockingImpl(Unknown Source)
at kotlinx.coroutines.BuildersKt__Builders_concurrentKt.runBlockingK(Builders.concurrent.kt:67)
at kotlinx.coroutines.BuildersKt.runBlockingK(Unknown Source)
at kotlinx.coroutines.BuildersKt__Builders_concurrentKt.runBlockingK$default(Builders.concurrent.kt:50)
at kotlinx.coroutines.BuildersKt.runBlockingK$default(Unknown Source)
at kotlinx.coroutines.debug.CoroutinesDumpTest.testSuspendedCoroutine(CoroutinesDumpTest.kt:21)
The text was updated successfully, but these errors were encountered:
Failure: https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_KotlinxCoroutines_Build/5116130
Stacktrace:
The text was updated successfully, but these errors were encountered: