test: deterministic two-node S2S convergence simulator — real handshake + join/part/rejoin/FJOIN-TS-arbitration driven through actual code paths, proptest-randomised churn asserts both sides always converge; extract Server::part so the sim and the PART command share one path

This commit is contained in:
Jean Chevronnet 2026-08-18 22:24:19 +00:00
parent 621f06448d
commit a3dc7b521f
4 changed files with 317 additions and 35 deletions

View file

@ -35,6 +35,8 @@ pub mod server;
pub mod socketengine;
pub mod tls;
pub mod tls_rustls;
#[cfg(test)]
mod s2s_sim;
pub mod users;
pub mod watch;
pub mod websocket;