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
io.helidon.tracing.tests.it1.OpentraceableClientE2ETest.e2e Time elapsed: 0.358 s <<< FAILURE!
java.lang.AssertionError:
Expected: a collection with size <0>
but: collection size was <1>
The text was updated successfully, but these errors were encountered:
This should now be fixed. There was an interference from the other unit test, as it would create a span, activate it and then never closes the scope. I have refactored the filter tests to run on a different thread, so the thread local does not impact any other code.
Intermittent:
The text was updated successfully, but these errors were encountered: