From 784563667682ee353e6363b53ae21241f683a506 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 18 Apr 2022 20:55:01 +0800 Subject: [PATCH] test: update data.sim to repeat valgrind error --- tests/script/tmp/data.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/tmp/data.sim b/tests/script/tmp/data.sim index faac5b2828..92fc9dccc9 100644 --- a/tests/script/tmp/data.sim +++ b/tests/script/tmp/data.sim @@ -3,6 +3,7 @@ system sh/deploy.sh -n dnode1 -i 1 system sh/exec.sh -n dnode1 -s start sql connect +return sql create database db sql create table db.tb (ts timestamp, i int) sql insert into db.tb values(now, 1) -- GitLab