You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests exist for the Raft FSM and storage, but there are no end-to-end tests proving correctness under failure. No test covers: publish on node A → Raft replicate → leader crashes → consumer on node B reads from replicated log. Leader failover, follower catch-up, and snapshot restore scenarios are untested.
Unit tests exist for the Raft FSM and storage, but there are no end-to-end tests proving correctness under failure. No test covers: publish on node A → Raft replicate → leader crashes → consumer on node B reads from replicated log. Leader failover, follower catch-up, and snapshot restore scenarios are untested.