mirror of
https://github.com/pingcap/tla-plus.git
synced 2026-08-19 10:03:30 +08:00
concurrent percolator: fix a copy-then-paste error (#17)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--------------------------------- MODULE Test1 ---------------------------------
|
||||
|
||||
EXTENDS Percolator, TLC
|
||||
EXTENDS ConcurrentPercolator, TLC
|
||||
|
||||
\* We use one table with 3 keys and 3 concurrent clients for TLC model checking.
|
||||
\* These 3 clients have the same primary key, so they are considered symmetric.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--------------------------------- MODULE Test2 ---------------------------------
|
||||
|
||||
EXTENDS Percolator, TLC
|
||||
EXTENDS ConcurrentPercolator, TLC
|
||||
|
||||
\* We use one table with 2 keys and 2 concurrent clients for TLC model checking.
|
||||
\* These 2 clients have primary key 1 and 2 respectively.
|
||||
|
||||
Reference in New Issue
Block a user