otel-arrow
otel-arrow copied to clipboard
Explain #[cfg(test)] problem in crates/telemetry/src/lib.rs
// 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;