ODS Platform — Test Report

redpanda

ods-events crate 2026-03-19 branch: dev
ALL PASS
Commit a0b74bd
Full SHA a0b74bd1ba630450dfa39279671a62914ee6b742
Previous 6f994515
Message refactor(sdk): reorganize flat src/ into sub-module directories
Tests Run
163
162 unit + 1 doc-test  +20
Passed
163
100% pass rate
Failed
0
no regressions
Skipped
0
 
Lint Errors
0
clippy clean
Fmt Changes
0
no rust files touched
Quality Gates
OK
cargo test --all
163 passed · 0 failed · 0.75s
OK
cargo clippy
0 warnings · 0 errors
OK
cargo fmt
clean — no Rust files modified
--
cargo tarpaulin
not installed — coverage skipped
Regression Analysis
No regressions detected. Previous run recorded 143 passing tests (commit 6f994515, 2026-03-18). Current run has 163 passing tests — a net gain of +20 tests. All previously passing tests continue to pass.
Module Breakdown
Module Tests Passed Status
admin::health 4 4 PASS
admin::provisioning 6 6 PASS
admin::topic 14 14 PASS
client::consumer 7 7 PASS
client::producer 6 6 PASS
error 6 6 PASS
event 13 13 PASS
monitoring::alerting 18 18 PASS
monitoring::exporter 28 28 PASS
monitoring::metrics 13 13 PASS
replication 30 30 PASS
security 9 9 PASS
doc-tests (lib.rs) 1 1 PASS
Total 163 163 ALL PASS
Coverage
Coverage not measured — cargo-tarpaulin unavailable
cargo-tarpaulin is not installed on this agent. To enable coverage measurement, install it with:

cargo install cargo-tarpaulin

Once installed, coverage will be collected automatically on future runs and included in this report. Target threshold: >60% (warn), >80% (target).