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

Review tests failing on windows #8342

Open
yschimke opened this issue Apr 6, 2024 · 1 comment
Open

Review tests failing on windows #8342

yschimke opened this issue Apr 6, 2024 · 1 comment
Labels
bug Bug in existing code

Comments

@yschimke
Copy link
Collaborator

yschimke commented Apr 6, 2024

https://github.com/square/okhttp/actions/runs/8580241807/job/23516850984?pr=8209

Execution failed for task ':okcurl:test'.
> Unexpected errors were encountered while processing test results that may result in some results being incorrect or incomplete.
   > Could not write '/127.0.0.1:55498'.
@yschimke yschimke added the bug Bug in existing code label Apr 6, 2024
@yschimke yschimke changed the title okcurl test failing on windows Review tests failing on windows Apr 7, 2024
@yschimke
Copy link
Collaborator Author

yschimke commented Apr 7, 2024

also

DuplexTest > duplexWithAuthChallenge() FAILED
    java.util.concurrent.ExecutionException: okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
        at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
        at mockwebserver3.internal.duplex.MockStreamHandler.awaitSuccess(MockStreamHandler.kt:118)
        at okhttp3.DuplexTest.duplexWithAuthChallenge(DuplexTest.kt:463)

        Caused by:
        okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
            at app//okhttp3.internal.http2.Http2Stream.checkOutNotClosed$okhttp(Http2Stream.kt:704)
            at app//okhttp3.internal.http2.Http2Stream$FramingSink.flush(Http2Stream.kt:633)
            at app//okio.RealBufferedSink.flush(RealBufferedSink.kt:270)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug in existing code
Projects
None yet
Development

No branches or pull requests

1 participant