Skip to content

Commit ef5ef52

Browse files
authored
fix deadlock in console caused by SimpleSpanProcessor (#60)
* fix deadlock in console caused by `SimpleSpanProcessor` * accept some test diffs, note problem * always produce a span, even if never entered
1 parent 7be7510 commit ef5ef52

File tree

5 files changed

+664
-201
lines changed

5 files changed

+664
-201
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ chrono = "0.4.39"
3636
regex = "1.11.1"
3737

3838
[dev-dependencies]
39+
async-trait = "0.1.88"
40+
futures = { version = "0.3.31", features = ["futures-executor"] }
3941
insta = "1.42.1"
4042
opentelemetry_sdk = { version = "0.30", default-features = false, features = ["testing"] }
4143
regex = "1.11.1"

0 commit comments

Comments
 (0)