Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 639 Bytes

File metadata and controls

8 lines (6 loc) · 639 Bytes

In order to reproduce the issue, run the following test: mn.flux.response.bug.RevisionControllerTest.getRevisions_bug_JsonEOFException.

Looking at the git history, there are 2 commits:

  • 451eed12 "working state" (test passes) ✅
  • c42f58a2 "broken state" (test fails) ❌

The latter commit is the one that causes the issue. It's obvious from the changes made, that enabling tracing-zipkin causes this problem.