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
Zipkin: More deterministic unit test for comparing zipkin annotations (open-telemetry#1168)
Zipkin annotation values are strings containing JSON documents. We
cannot have deterministic ordering of event attributes as they may come
in any order and python versions older than 3.7 don't have ordered
dicts. We extract the annotations from exported spans, parse the JSON
documents into Python dicts and then compare them.
0 commit comments