mirror of
https://github.com/pingcap/tla-plus.git
synced 2024-12-28 13:30:10 +08:00
26 lines
348 B
INI
26 lines
348 B
INI
|
\* See Test1.tla.
|
||
|
|
||
|
CONSTANT
|
||
|
c1 = c1
|
||
|
c2 = c2
|
||
|
c3 = c3
|
||
|
KEY <- Key
|
||
|
CLIENT <- Client
|
||
|
CLIENT_PRIMARY_KEY <- ClientPrimaryKey
|
||
|
|
||
|
SYMMETRY
|
||
|
Symmetry
|
||
|
|
||
|
SPECIFICATION
|
||
|
PercolatorSpec
|
||
|
|
||
|
INVARIANT
|
||
|
TypeInvariant
|
||
|
WriteConsistency
|
||
|
LockConsistency
|
||
|
CommittedConsistency
|
||
|
AbortedConsistency
|
||
|
RollbackConsistency
|
||
|
UniqueWrite
|
||
|
SnapshotIsolation
|