-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrew Helwer <[email protected]>
- Loading branch information
Showing
10 changed files
with
701 additions
and
623 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CONSTANTS | ||
Value = {v1, v2} | ||
Acceptor = {a1, a2, a3} | ||
FakeAcceptor = {fa1} | ||
ByzQuorum = {{a1, a2, fa1}, {a1, a3, fa1}, {a2, a3, fa1}, {a1, a2, a3}} | ||
WeakQuorum = {{a1, fa1}, {a2, fa1}, {a3, fa1}, {a1, a2}, {a1, a3}, {a2, a3}} | ||
Ballot = {0, 1, 2} | ||
None = None | ||
INVARIANT Inv | ||
SPECIFICATION Spec | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CONSTANT Value = {v1, v2, v3} | ||
INVARIANTS TypeOK Inv | ||
PROPERTY Success | ||
SPECIFICATION LiveSpec | ||
CHECK_DEADLOCK FALSE | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CONSTANTS | ||
Value = {v1, v2} | ||
Acceptor = {a1, a2, a3} | ||
Quorum = {{a1, a2}, {a1, a3}, {a2, a3}, {a1, a2, a3}} | ||
Ballot = {0, 1, 2} | ||
None = None | ||
INVARIANTS TypeOK PAccInv P1bInv P1cInv P2aInv | ||
SPECIFICATION Spec | ||
|
Oops, something went wrong.