FV-7: MVCC write skew detection
- mvcc.tla: Add NoWriteSkew invariant - mvcc.tla: CommitTxn checks for circular read-write dependencies - models/mvcc.cfg: Add NoWriteSkew to checked invariants - Update PLAN.md, ANALYSIS.md, README.md
This commit is contained in:
@@ -16,3 +16,4 @@ INVARIANTS
|
||||
WriteWriteConflict
|
||||
CommittedMustStart
|
||||
CommittedVersionsUnique
|
||||
NoWriteSkew
|
||||
|
||||
Reference in New Issue
Block a user