swactor/tests
Claude 29a16a335e refactor: split runtime_api.rs (4,622 lines) into 7 focused test files
Split monolithic test file into domain-specific test modules:
- common/mod.rs: shared messages, actors, helpers
- runtime_lifecycle.rs (57 tests): spawn, FIFO, threading, panic safety
- runtime_mechanics.rs (10): placement, backpressure, cleanup, recovery
- runtime_hooks.rs (12): on_start/on_stop, graceful stop
- runtime_timers.rs (6): one-shot and interval timers
- runtime_registry.rs (32): naming, monitoring, groups, ask pattern
- runtime_supervision.rs (20): supervisor + router
- runtime_hasher.rs (3): identity hasher correctness

All 140 tests pass.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:12:15 +07:00
..
common refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
docker distribution realization (#33) 2026-02-13 07:55:12 +00:00
proptest_runtime.rs feat: move TimerWheel from core to std via WorkerExtension 2026-02-13 21:12:15 +07:00
runtime_hasher.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_hooks.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_lifecycle.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_mechanics.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_registry.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_supervision.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
runtime_timers.rs refactor: split runtime_api.rs (4,622 lines) into 7 focused test files 2026-02-13 21:12:15 +07:00
test_python.py fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
transport_api.rs feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
watch_api.rs feat: move WatchRegistry from core to std extension 2026-02-13 21:12:15 +07:00