Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: shuffle local raft messages before delivery in tests
This commit adds a testing facility to shuffle local raft messages before delivering them to the raft state machine. These are not required to be in order, so we shuffle in tests ensure that re-ordering is handled properly.
- Loading branch information