mirror of
https://github.com/pingcap/tla-plus.git
synced 2025-03-19 21:00:11 +08:00
20 lines
281 B
INI
20 lines
281 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
|
||
|
SnapshotIsolation
|