diff --git a/tests/script/jenkins/basic.txt b/tests/script/jenkins/basic.txt index e3555e700a0f833327b016ccc309ca1478e3ca52..ccfed3da8d2804d7b796d3235c91019732023a54 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 d4da2914c192f18ea52bbb43782a0bd77456129d..89ba7169708eedb21c663a5e4fe0f897d42c5f43 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