swactor/crates/simulation/tests
Claude 57d9135c54 feat: cycle 3 edge case registry tests — message loss, multi-kill, churn
New tests:
- registry_converges_despite_message_loss (30% loss window + clean convergence)
- simultaneous_kill_of_multiple_name_owners (3 name-owning nodes killed at once)
- suspected_name_owner_recovers_and_registry_survives (Suspect→Alive path)
- registry_correct_under_rapid_churn (interleaved kills + registrations + takeover)

Total: 15 registry tests, 5 lifecycle, 5 property = 25 distribution sim tests.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 09:27:23 +00:00
..
cluster_scenarios.rs feat: edge case registry sim tests + GracefulLeave action 2026-02-13 09:22:07 +00:00
distribution_lifecycle.rs feat: lifecycle and property sim tests, remove debug test 2026-02-13 08:53:07 +00:00
distribution_properties.rs feat: lifecycle and property sim tests, remove debug test 2026-02-13 08:53:07 +00:00
distribution_registry.rs feat: cycle 3 edge case registry tests — message loss, multi-kill, churn 2026-02-13 09:27:23 +00:00
distribution_sim.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
gossip_convergence.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
gossip_properties.rs distribution realization (#33) 2026-02-13 07:55:12 +00:00