Open olix0r opened 3 years ago
It's worth noting that doesn't appear to happen with all tests that use this; but disabling this single line is enough to avoid panics in our outbound tests.
In https://github.com/linkerd/linkerd2-proxy/pull/873, the following command reliably panics:
:; (cd linkerd/app/outbound && cargo test --features=test-subscriber -- tcp)
Using
tracing-subscriber v0.2.15
, we have tests instrumented like:This can cause tests to fail with:
I've disabled use of the subscriber with a feature-flag for now: https://github.com/linkerd/linkerd2-proxy/pull/873