提交 24bfe2e2 编写于 作者: S Shengliang Guan

test: valgrind case

上级 c7427474
system sh/stop_dnodes.sh system sh/stop_dnodes.sh
system sh/deploy.sh -n dnode1 -i 1 system sh/deploy.sh -n dnode1 -i 1
system sh/exec.sh -n dnode1 -s start system sh/cfg.sh -n dnode1 -c debugflag -v 131
sleep 50 system sh/exec.sh -n dnode1 -s start -v
sql connect sql connect
print =============== create database print =============== create database
...@@ -137,4 +137,17 @@ if $data13 != 789 then ...@@ -137,4 +137,17 @@ if $data13 != 789 then
return -1 return -1
endi endi
_OVER:
system sh/exec.sh -n dnode1 -s stop -x SIGINT system sh/exec.sh -n dnode1 -s stop -x SIGINT
print =============== check
$null=
system_content sh/checkValgrind.sh -n dnode1
print cmd return result ----> [ $system_content ]
if $system_content > 0 then
return -1
endi
if $system_content == $null then
return -1
endi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册