f9e5169c3d
- mvcc.tla: Add CommitProgress liveness (verified with WF_vars) - raft/twopc/mvcc/gossip: Add Spec definitions with WF_vars(Next) - gossip.tla: Fix LearnViaGossip strength-based filtering (prevents overwriting Dead/Suspect with weaker state) - twopc.tla: Add DecideCommitAction/DecideAbortAction for SF fairness - Update all .cfg files to use SPECIFICATION Spec - Update CHANGELOG.md -> v1.1.0, VERSION -> 1.1.0, PLAN.md
22 lines
280 B
INI
22 lines
280 B
INI
CONSTANTS
|
|
Keys = {k1, k2}
|
|
Values = {v1, v2}
|
|
Nil = Nil
|
|
MaxTxnId = 2
|
|
|
|
SPECIFICATION Spec
|
|
|
|
CHECK_DEADLOCK FALSE
|
|
|
|
INVARIANTS
|
|
TypeOk
|
|
NoDirtyReads
|
|
ReadOwnWrites
|
|
WriteWriteConflict
|
|
CommittedMustStart
|
|
CommittedVersionsUnique
|
|
NoWriteSkew
|
|
|
|
PROPERTIES
|
|
CommitProgress
|