mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 00:04:54 +00:00
Everything this suite asserted is now covered in-process over loopback by mixed_profile_nodes_converge_and_forward: mixed Full, NonRouting and Leaf convergence, the peer degrees, every direct reachability pair, and the Leaf-to-Full pair that routes through the Full node between them. The in-process test covers a superset, asserting that multi-hop path in both directions where the Docker suite covered one. Retired on evidence that the multi-hop assertion discriminates rather than on a green run: reverting the leaf root-election gate reds it in roughly a third of runs, with the leaf reporting itself as tree root. That was the property the suite was being kept for, and it is the property now demonstrated elsewhere. Removed from the local runner's suite list, its runner function, the default flow and the single-suite dispatch, and from the workflow matrix and its five steps. Parity reports 22 legs a side, one fewer than before and equal across the two runners. The suite's script, topology and compose profile stay on disk and it remains runnable by hand; the retirement is recorded with the others in the runner's deliberately-not-run block.