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/PartitionsStorageSetsSmoke.cfg
Normal file
15
validate/PartitionsStorageSetsSmoke.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
SPECIFICATION Spec
|
||||
|
||||
INVARIANTS
|
||||
TypeInvariant
|
||||
UniqueOwnerForEveryKey
|
||||
DeadPartitionsAreOutsideTree
|
||||
|
||||
CONSTANTS
|
||||
PartitionIds = {p0, p1, p2}
|
||||
Threads = {t0}
|
||||
NoThread = NoThread
|
||||
KeyCount = 3
|
||||
MinPartitionSize = 1
|
||||
MaxPartitionSize = 2
|
||||
MaxLoad = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue