From e8607b3bcfc3c8b690c9966eb1999a0510551c1e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 18 Jun 2020 18:17:08 +0800 Subject: [PATCH] change SIGINT to SIGKILL to make dnode5 be killed. --- tests/script/unique/cluster/balance2.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/unique/cluster/balance2.sim b/tests/script/unique/cluster/balance2.sim index bb27a2aadb..0b3e1374ec 100644 --- a/tests/script/unique/cluster/balance2.sim +++ b/tests/script/unique/cluster/balance2.sim @@ -425,7 +425,7 @@ system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT system sh/exec.sh -n dnode4 -s stop -x SIGINT -system sh/exec.sh -n dnode5 -s stop -x SIGINT +system sh/exec.sh -n dnode5 -s stop -x SIGKILL system sh/exec.sh -n dnode6 -s stop -x SIGINT system sh/exec.sh -n dnode7 -s stop -x SIGINT system sh/exec.sh -n dnode8 -s stop -x SIGINT -- GitLab