open-telemetry / opentelemetry-rust

The Rust OpenTelemetry implementation
https://opentelemetry.io
Apache License 2.0
1.83k stars 424 forks source link

Flaky test #1559

Closed cijothomas closed 4 months ago

cijothomas commented 7 months ago
failures:

---- metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called stdout ----
thread 'metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called' panicked at opentelemetry-sdk/src/metrics/mod.rs:674:13:
No scope metrics in latest export
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

failures:
    metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called
cijothomas commented 7 months ago

failures:

---- metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called stdout ---- thread 'metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called' panicked at opentelemetry-sdk/src/metrics/mod.rs:674:13: No scope metrics in latest export note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

failures: metrics::tests::second_delta_export_does_not_give_no_attr_value_if_add_not_called

test result: FAILED. 116 passed; 1 failed; 7 ignored; 0 measured; 0 filtered out; finished in 2.01s

error: test failed, to rerun pass -p opentelemetry_sdk --lib