From ea0163b3b43a83757e731560b59d4ef7003a80fd Mon Sep 17 00:00:00 2001 From: Hui Li Date: Wed, 29 Jul 2020 18:21:20 +0800 Subject: [PATCH] [modify cases] --- tests/script/unique/clusterSimCase/client-06.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/unique/clusterSimCase/client-06.sim b/tests/script/unique/clusterSimCase/client-06.sim index d39c962a81..488534ded0 100644 --- a/tests/script/unique/clusterSimCase/client-06.sim +++ b/tests/script/unique/clusterSimCase/client-06.sim @@ -60,7 +60,7 @@ while $i < $tblStart $x = $x + 40 $ts = $ts + 40a endw - if $i == $tblStart then + if $i == $dropTblStart then $rowsPerTbl = $rowsPerTbl + $x endi -- GitLab