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
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
This is likely related to zero padding of trace IDs. If the test is using random IDs, then it has ~1 in 16 chance to run into it.
io.jaegertracing.zipkin.internal.V2SpanConverterTest > testConvertSpanWith128BitTraceId FAILED
org.junit.ComparisonFailure: expected:<[]4530fcc74d879887070b...> but was:<[0]4530fcc74d879887070b...>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at io.jaegertracing.zipkin.internal.V2SpanConverterTest.testConvertSpanWith128BitTraceId(V2SpanConverterTest.java:310)
The text was updated successfully, but these errors were encountered:
This is likely related to zero padding of trace IDs. If the test is using random IDs, then it has ~1 in 16 chance to run into it.
The text was updated successfully, but these errors were encountered: