mirror of
https://github.com/pingcap/tla-plus.git
synced 2025-03-26 00:00:10 +08:00
14 lines
194 B
INI
14 lines
194 B
INI
CONSTANT
|
|
KEY <- 1..5
|
|
CLIENT <- {"C1", "C2", "C3"}
|
|
|
|
SPECIFICATION
|
|
PercolatorSpec
|
|
|
|
INVARIANT
|
|
TypeInvariant
|
|
WriteConsistency
|
|
LockConsistency
|
|
CommittedConsistency
|
|
AbortedConsistency
|