miroir/crates
jedarden 6301456750 test(router): configure proptest to run 1024 cases by default (P9.6)
- Add proptest_config(ProptestConfig::with_cases(1024)) to prop_write_targets_count
- Adjust test ranges (shard_count: 1..100, rf: 1..3, nodes_per_group: 3..10) to reduce rejects
- Remove unnecessary prop_assume!(shard_id < shard_count) since write_targets uses shard_id % shard_count internally

All 6 property tests now run at 1024 cases per plan §9.6 acceptance.

Closes: miroir-89x.6

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 01:21:04 -04:00
..
miroir-core test(router): configure proptest to run 1024 cases by default (P9.6) 2026-05-25 01:21:04 -04:00
miroir-ctl feat(reshard): implement full six-phase orchestrator with admin API integration 2026-05-24 18:59:36 -04:00
miroir-proxy feat(admin-ui): add session cookie authentication support for embedded SPA 2026-05-25 00:18:46 -04:00