apple / servicetalk

A networking framework that evolves with your application
https://docs.servicetalk.io
Apache License 2.0
928 stars 180 forks source link

ExpectContinueTest failure #2638

Open Scottmitch opened 1 year ago

Scottmitch commented 1 year ago

macOS OpenJDK17

protocol=HTTP_1 useOtherHeadersFactory=false withCL=true

java.lang.AssertionError: Unexpected subscribe to payload body before 100 (Continue)
Expected: is <false>
     but: was <true>
    at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
    at io.servicetalk.http.netty.ExpectContinueTest.retryExpectationFailed(ExpectContinueTest.java:526)
Scottmitch commented 1 year ago

potentially related: https://github.com/apple/servicetalk/pull/2639

82baras commented 1 year ago

If it matters, i don't see it when I run just that test suite locally. I'm on intel mac.

bryce-anderson commented 1 month ago

Another hit: https://github.com/apple/servicetalk/actions/runs/11241179094/job/31252171826?pr=3075#step:8:1100

ExpectContinueTest > retryExpectationFailed(HttpProtocol, boolean, boolean) > protocol=HTTP_2 useOtherHeadersFactory=true withCL=true FAILED
    java.lang.AssertionError: Unexpected subscribe to payload body before 100 (Continue)
    Expected: is <false>
         but: was <true>
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at io.servicetalk.http.netty.ExpectContinueTest.retryExpectationFailed(ExpectContinueTest.java:526)