提交 7b604845 编写于 作者: M Minghao Li

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

上级 5745223b
...@@ -112,12 +112,18 @@ endi ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册