From 3def04a54a30b91da9767a3d9bbe8b6d19c81432 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Sat, 21 May 2022 20:10:37 +0800 Subject: [PATCH] test: case for valgrind --- tests/script/tsim/valgrind/basic.sim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/script/tsim/valgrind/basic.sim diff --git a/tests/script/tsim/valgrind/basic.sim b/tests/script/tsim/valgrind/basic.sim new file mode 100644 index 0000000000..0f11ae0313 --- /dev/null +++ b/tests/script/tsim/valgrind/basic.sim @@ -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 -- GitLab