From 2b4408ff9f1495d1873abeacc74f53c916deefe3 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Mon, 16 May 2022 23:59:34 +0800 Subject: [PATCH] feat: modify rsma cases --- tests/script/tsim/sma/rsmaCreateInsertQuery.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/sma/rsmaCreateInsertQuery.sim b/tests/script/tsim/sma/rsmaCreateInsertQuery.sim index f6de5cc2ae..f6f1f0f181 100644 --- a/tests/script/tsim/sma/rsmaCreateInsertQuery.sim +++ b/tests/script/tsim/sma/rsmaCreateInsertQuery.sim @@ -86,4 +86,4 @@ if $rows < 1 then return -1 endi -#system sh/exec.sh -n dnode1 -s stop -x SIGINT \ No newline at end of file +system sh/exec.sh -n dnode1 -s stop -x SIGINT \ No newline at end of file -- GitLab