refacotr(sync): add case sync2-test.sim

This commit is contained in:
Minghao Li 2022-10-17 10:43:29 +08:00
parent 5745223bca
commit 7b60484559
1 changed files with 7 additions and 1 deletions

View File

@ -112,12 +112,18 @@ endi
return 0
vg_ready: vg_ready:
print ====> create stable/child table print ====> create stable/child table
sql create table stb (ts timestamp, c1 int, c2 float, c3 double) tags (t1 int) sql create table stb (ts timestamp, c1 int, c2 float, c3 double) tags (t1 int)
return 0
sql show stables sql show stables
if $rows != 1 then if $rows != 1 then
return -1 return -1