swactor/crates/simulation/tests
Claude fc2532ce18 feat: cycle 4 property tests — asymmetric partition, revive, monotonicity, large cluster
New tests:
- asymmetric_partition_registry_converges_after_heal (one-way reachability)
- revived_node_re_registration_overwrites_tombstone (death + revive + takeover)
- registry_convergence_is_monotonic_in_stable_cluster (once converged, stays converged)
- large_cluster_registry_converges (15-node stress with 2 deaths)

Total: 15 registry + 5 lifecycle + 9 property = 29 distribution sim tests.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 09:31:46 +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: cycle 4 property tests — asymmetric partition, revive, monotonicity, large cluster 2026-02-13 09:31:46 +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