servicetalk icon indicating copy to clipboard operation
servicetalk copied to clipboard

ExpectContinueTest failure

Open Scottmitch opened this issue 2 years ago • 3 comments

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 avatar Jul 05 '23 00:07 Scottmitch

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

Scottmitch avatar Jul 05 '23 20:07 Scottmitch

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

82baras avatar Jul 22 '23 22:07 82baras