Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GrpcClientTest.streamingRequestFailureWithUnexpectedHttpCode is flaky #3177

Open
JakeWharton opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@JakeWharton
Copy link
Collaborator

GrpcClientTest > streamingRequestFailureWithUnexpectedHttpCode FAILED
    org.junit.ComparisonFailure: 
    Expecting value to be true but was false expected:<[tru]e> but was:<[fals]e>
        at com.squareup.wire.GrpcClientTest$streamingRequestFailureWithUnexpectedHttpCode$2.invokeSuspend(GrpcClientTest.kt:1718)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:99)
        at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
        at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
        at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
        at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
        at com.squareup.wire.GrpcClientTest.streamingRequestFailureWithUnexpectedHttpCode(GrpcClientTest.kt:1709)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants