Expand description
Test utilities for resume and integration testing.
Provides instrumented backends that can simulate crashes, blocking, and call recording — useful for testing crash-and-resume scenarios.
Structs§
- Call
Record - Counting
Backend - Backend that records all dispatched agent names.
- Crash
Backend - Backend that calls
std::process::exit(1)after N calls. - Shared
Backend - Backend with shared state via Arc for resume tests.