Skip to content

Commit

Permalink
fix MC_SIB_SNAPSHOT comments
Browse files Browse the repository at this point in the history
  • Loading branch information
s12f committed Dec 8, 2024
1 parent 4b05e53 commit c501ff8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions percolator/MC_SIB_SNAPSHOT.tla
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ AllTxsDone ≜ ∀tx ∈ Tx: txs[tx].status ∈ { "committed", "aborted" }
SnapshotInv AllTxsDone
SI!SnapshotIsolation(InitState, MappedTxs)
SI!ReadCommittedIsolation(InitState, MappedTxs)
\* SerializableIsolation Will failed,
\* Because exists write skew executions
\* SerializableIsolation will fail, Because exists write skew executions
\* ∧ SI!SerializableIsolation(InitState, MappedTxs)

============================================================================

0 comments on commit c501ff8

Please sign in to comment.