d-engine-server 0.2.3

Production-ready Raft consensus engine server and runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # Cluster Membership Tests
//!
//! Tests dynamic node joining and cluster membership changes.
//!
//! ## Test Coverage
//!
//! - `join_cluster_single_join_standalone.rs` - Single node joins existing cluster (standalone mode)
//! - `join_cluster_concurrent_joins_standalone.rs` - Multiple nodes join simultaneously (standalone mode)

mod join_cluster_concurrent_joins_standalone;
mod join_cluster_single_join_standalone;