servicetalk
servicetalk copied to clipboard
ExpectContinueTest failure
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)
potentially related: https://github.com/apple/servicetalk/pull/2639
If it matters, i don't see it when I run just that test suite locally. I'm on intel mac.