From 852f48912ffb05465200e697fb311d8b986e9c40 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 28 Dec 2020 14:04:13 +0800 Subject: [PATCH] scripts --- tests/script/unique/cluster/balance1.sim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/script/unique/cluster/balance1.sim b/tests/script/unique/cluster/balance1.sim index c82e96db50..c98687a81c 100644 --- a/tests/script/unique/cluster/balance1.sim +++ b/tests/script/unique/cluster/balance1.sim @@ -340,7 +340,7 @@ print dnode1 $data4_1 print dnode2 $data4_2 print dnode3 $data4_3 print dnode4 $data4_4 -print dnode4 $data4_5 +print dnode5 $data4_5 if $data4_5 != ready then goto step13 @@ -380,13 +380,13 @@ $dnode5Vnodes = $data2_5 print dnode5 $dnode2Vnodes if $dnode1Vnodes != 2 then - return -1 + goto step13 endi if $dnode4Vnodes != 2 then - return -1 + goto step13 endi if $dnode5Vnodes != 2 then - return -1 + goto step13 endi print ============================== step14 -- GitLab