otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Explain #[cfg(test)] problem in crates/telemetry/src/lib.rs

Open jmacd opened this issue 3 months ago • 0 comments

// TODO This should be #[cfg(test)], but something is preventing it from working.
// The #[cfg(test)]-labeled otap_batch_processor::test_helpers::from_config
// can't load this module unless I remove #[cfg(test)]!
pub mod testing;

jmacd avatar Oct 17 '25 15:10 jmacd