-
Notifications
You must be signed in to change notification settings - Fork 583
Closed
Milestone
Description
Pre-req to #2142
We should improve the existing integration tests to add coverage for OTLP under various combinations of ExportProcessor/PeriodicReader and the networking library (reqwest/hyper/tonic).
The test infra already exists, but it is missing few things
- Metric is untested - Done refactor integration tests and add metrics coverage #2432
- Simple processor scenarios not covered.
- tokio::main vs normal main
- Any missing combinations.
- reqwest-blocking support is not working, and commented out -
# cargo test --no-default-features --features "reqwest-blocking-client" -- --ignored