From e7d5499372ce9ab14e5575e5c07e548a4ce910f5 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Wed, 30 Dec 2020 10:49:12 +0800 Subject: [PATCH] scripts --- tests/script/jenkins/basic.txt | 1 + tests/script/unique/dnode/lossdata.sim | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/script/jenkins/basic.txt b/tests/script/jenkins/basic.txt index e3555e700a..ccfed3da8d 100644 --- a/tests/script/jenkins/basic.txt +++ b/tests/script/jenkins/basic.txt @@ -288,6 +288,7 @@ cd ../../../debug; make ./test.sh -f unique/dnode/data1.sim ./test.sh -f unique/dnode/m2.sim ./test.sh -f unique/dnode/m3.sim +./test.sh -f unique/dnode/lossdata.sim ./test.sh -f unique/dnode/offline1.sim ./test.sh -f unique/dnode/offline2.sim ./test.sh -f unique/dnode/offline3.sim diff --git a/tests/script/unique/dnode/lossdata.sim b/tests/script/unique/dnode/lossdata.sim index d4da2914c1..89ba716970 100644 --- a/tests/script/unique/dnode/lossdata.sim +++ b/tests/script/unique/dnode/lossdata.sim @@ -158,8 +158,8 @@ if $data00 != $rowNum then return -1 endi -#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 \ No newline at end of file +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 \ No newline at end of file -- GitLab