Commit 0aa6c8e
authored
fix(test): fix test_concurrent_structured_logging_isolation (#1121)
* fix(test): fix feature flag for test_concurrent_structured_logging_isolation
* fix: remove traced_test
* fix: use thread-local subscriber in logging isolation test
Replace set_global_default with set_default to avoid
"global default trace dispatcher has already been set" errors
when tests run in the same process.
* docs: note current-thread requirement for logging isolation test1 parent 7f66cde commit 0aa6c8e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | 938 | | |
940 | | - | |
941 | | - | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| |||
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
950 | | - | |
| 950 | + | |
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
| |||
0 commit comments