fix: sleep 1s before starting query

This commit is contained in:
Minglei Jin 2022-09-02 16:48:19 +08:00
parent df76d0ade2
commit d94a758310
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ print =============== restart
system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode1 -s start -v
sleep 1000
sql select avg(tbcol) as c from stb
sql select avg(tbcol) as c from stb where ts <= 1601481840000
sql select avg(tbcol) as c from stb where tgcol < 5 and ts <= 1601481840000