mirror of
https://github.com/pingcap/tla-plus.git
synced 2024-12-26 20:40:15 +08:00
22 lines
317 B
INI
22 lines
317 B
INI
|
\* See Test2.tla.
|
||
|
|
||
|
CONSTANT
|
||
|
c1 = c1
|
||
|
c2 = c2
|
||
|
KEY <- Key
|
||
|
CLIENT <- Client
|
||
|
CLIENT_PRIMARY_KEY <- ClientPrimaryKey
|
||
|
|
||
|
SPECIFICATION
|
||
|
PercolatorSpec
|
||
|
|
||
|
INVARIANT
|
||
|
TypeInvariant
|
||
|
WriteConsistency
|
||
|
LockConsistency
|
||
|
CommittedConsistency
|
||
|
AbortedConsistency
|
||
|
RollbackConsistency
|
||
|
UniqueWrite
|
||
|
SnapshotIsolation
|