-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvnemesis: add Raft application assertions
This adds basic kvnemesis assertions for Raft command application: * A request is only applied once, at a single log index and lease applied index across all replica (i.e. no double-applies or replays). * A replica's applied index, applied term, lease applied index, and closed timestamp do not regress (assuming no node restarts). Epic: none Release note: None
- Loading branch information
1 parent
9107cfd
commit 6d75fcd
Showing
4 changed files
with
380 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.