From 8b6dfc8597d1a7847a1d1a9d6a14c58504a597c5 Mon Sep 17 00:00:00 2001 From: Hui Li Date: Wed, 29 Jul 2020 18:44:23 +0800 Subject: [PATCH] [modify cases] --- tests/script/unique/clusterSimCase/client-06.sim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/script/unique/clusterSimCase/client-06.sim b/tests/script/unique/clusterSimCase/client-06.sim index 4238a93cf0..013eb1db85 100644 --- a/tests/script/unique/clusterSimCase/client-06.sim +++ b/tests/script/unique/clusterSimCase/client-06.sim @@ -9,6 +9,7 @@ $tsStart = 1325347200000 # 2012-01-01 00:00:00.000 $preBinary = ' . client-06- $numPerUpdateTbl = 2000 ############################################################### +$testCnt = 0 $totalRows = 0 $dropTblStart = $tblStart @@ -90,7 +91,11 @@ if $loopCnt > 2 then $totalRows = $totalRows - $rowsPerTbl endw sleep 20000 + $testCnt = $testCnt + 1 goto init_lable endi +if $testCnt > 10 then + return 0 +endi goto loop_run -- GitLab