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:
parent
621f06448d
commit
a3dc7b521f
4 changed files with 317 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue