swactor/crates/simulation/tests
Zachery Aaron Shores-Chmielewski f7bd49c4b8 feat(sim): add swim host adapter and network model
Restructures the crate to the SIM_SPEC six-component model (engine, network, host,
bundle, evaluator, scenario) and relocates SIM_SPEC.md into the crate. Adds the SWIM
host adapter wrapping production distribution::swim::SwimNode, the swim codec, a
virtual network model, the scenario loader, an assertion evaluator, deterministic RNG,
property-based tests, and reproduction/smoke/topology scenario TOMLs; drops the
detector/divergence/lint/postproc/spec/runtime modules and prior spec docs.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-05-24 13:05:11 +04:00
..
bundle_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
cross_arch_parity.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
early_termination.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
engine_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
evaluator_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
network_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
property_runner.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
scenario_examples.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
scenario_invariants.proptest-regressions feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
scenario_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
scenario_validation.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
swim_codec_parity.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
swim_host_invariants.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00
swim_integration.rs feat(sim): add swim host adapter and network model 2026-05-24 13:05:11 +04:00