feat: add tla config for model
This commit is contained in:
parent
8758541668
commit
57d048661a
7 changed files with 1592 additions and 0 deletions
15
validate/PartitionsStorageSets copy.cfg
Normal file
15
validate/PartitionsStorageSets copy.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SPECIFICATION Spec
|
||||
|
||||
INVARIANTS
|
||||
TypeInvariant
|
||||
UniqueOwnerForEveryKey
|
||||
DeadPartitionsAreOutsideTree
|
||||
|
||||
CONSTANTS
|
||||
PartitionIds = {p0, p1, p2, p3, p4}
|
||||
Threads = {t0, t1}
|
||||
NoThread = NoThread
|
||||
KeyCount = 8
|
||||
MinPartitionSize = 2
|
||||
MaxPartitionSize = 4
|
||||
MaxLoad = 8
|
||||
Loading…
Add table
Add a link
Reference in a new issue