Co-authored-by: Kangyan Zhou <zky314343421@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
175 B
Rust
8 lines
175 B
Rust
//! Reliability integration tests
|
|
|
|
pub mod circuit_breaker_test;
|
|
pub mod fault_tolerance_test;
|
|
pub mod rate_limiting_test;
|
|
pub mod retries_test;
|
|
pub mod upstream_cancel_test;
|