Skip to content

HttpOverHttp2Test.recoverFromMultipleRefusedStreamsRequiresNewConnection flaky #9673

Description

@JakeWharton
HttpOverHttp2Test[jvm] > recoverFromMultipleRefusedStreamsRequiresNewConnection()[jvm] FAILED
    okhttp3.internal.http2.StreamResetException: stream was reset: REFUSED_STREAM
        at app//okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.kt:166)
        at app//okhttp3.internal.http2.Http2ExchangeCodec.readResponseHeaders(Http2ExchangeCodec.kt:105)
        at app//okhttp3.internal.connection.Exchange.readResponseHeaders(Exchange.kt:116)
        at app//okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.kt:97)
        at app//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:332)
        at app//okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:34)
        at app//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:332)
        at app//okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:98)
        at app//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:332)
        at app//okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
        at app//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:332)
        at app//okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:72)
        at app//okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:332)
        at app//okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:232)
        at app//okhttp3.internal.connection.RealCall.execute(RealCall.kt:187)
        at app//okhttp3.internal.http2.HttpOverHttp2Test.recoverFromMultipleRefusedStreamsRequiresNewConnection(HttpOverHttp2Test.kt:1068)

On Windows CI shard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    testsFix relates to tests not code

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions