Open
Description
GrpcClientProviderTest > happyPath() FAILED
java.io.IOException: gRPC transport failure (HTTP status=200, grpc-status=null, grpc-message=null)
at com.squareup.wire.internal.GrpcKt.grpcResponseToException(grpc.kt:166)
at com.squareup.wire.internal.RealGrpcCall.readExactlyOneAndClose(RealGrpcCall.kt:104)
at com.squareup.wire.internal.RealGrpcCall.executeBlocking(RealGrpcCall.kt:77)
at misk.client.GrpcClientProviderTest.happyPath(GrpcClientProviderTest.kt:80)
Caused by:
okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
at okhttp3.internal.http2.Http2Stream$FramingSource.read(Http2Stream.kt:358)
at okhttp3.internal.connection.Exchange$ResponseBodySource.read(Exchange.kt:276)
at okio.RealBufferedSource.exhausted(RealBufferedSource.kt:197)
at com.squareup.wire.internal.GrpcMessageSource.read(GrpcMessageSource.kt:37)
at com.squareup.wire.internal.GrpcMessageSource.readExactlyOneAndClose(GrpcMessageSource.kt:66)
at com.squareup.wire.internal.RealGrpcCall.readExactlyOneAndClose(RealGrpcCall.kt:102)
... 2 more