Skip to content
Snippets Groups Projects
Commit 54104869 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix tracing tests (#8022)


* Fix tracing tests

The tests were not working properly.

1. Some test was setting a global subscriber, this could lead to racy
conditions with other tests.

2. A logging test called `process::exit` which is completly wrong.

* Update client/tracing/src/lib.rs

Co-authored-by: default avatarDavid <dvdplm@gmail.com>

* Review comments

Co-authored-by: default avatarDavid <dvdplm@gmail.com>
parent 815409f3
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment