You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to figure out why this flakes occasionally. Rather
than crash the build, this demotes the following error:
```
[ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.331 s <<< FAILURE! - in zipkin2.junit.ZipkinRuleTest
[ERROR] postSpans_disconnectDuringBody(zipkin2.junit.ZipkinRuleTest) Time elapsed: 5.05 s <<< ERROR!
java.io.IOException: unexpected end of stream on Connection{localhost:37186, proxy=DIRECT hostAddress=localhost/127.0.0.1:37186 cipherSuite=none protocol=http/1.1}
at zipkin2.junit.ZipkinRuleTest.postSpansV1(ZipkinRuleTest.java:191)
at zipkin2.junit.ZipkinRuleTest.postSpans_disconnectDuringBody(ZipkinRuleTest.java:143)
Caused by: java.io.EOFException: \n not found: limit=0 content=…
at zipkin2.junit.ZipkinRuleTest.postSpansV1(ZipkinRuleTest.java:191)
at zipkin2.junit.ZipkinRuleTest.postSpans_disconnectDuringBody(ZipkinRuleTest.java:143)
```
0 commit comments