test: update data.sim to repeat valgrind error

This commit is contained in:
Shengliang Guan 2022-04-18 20:55:01 +08:00
parent f0ab7dbc96
commit 7845636676
1 changed files with 1 additions and 0 deletions

View File

@ -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)