Merge pull request #12810 from taosdata/fix/valgrind

test: case for valgrind
This commit is contained in:
Shengliang Guan 2022-05-21 20:28:20 +08:00 committed by GitHub
commit db9713c83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
system sh/stop_dnodes.sh
system sh/deploy.sh -n dnode1 -i 1
system sh/exec.sh -n dnode1 -s start
sql connect
sql create database d0 vgroups 1;
system sh/exec.sh -n dnode1 -s stop -x SIGINT