提交 e61456b7 编写于 作者: H Haojun Liao

[TD-225] fix typo in test script.

上级 a9f0a30d
...@@ -116,7 +116,7 @@ if $data81 != 1 then ...@@ -116,7 +116,7 @@ if $data81 != 1 then
endi endi
# avg_with_fill # avg_with_fill
print avg_witt_constant_fill print avg_with_constant_fill
sql select avg(c1), avg(c2), avg(c3), avg(c4), avg(c5) from $tb where ts >= $ts0 and ts <= $tsu interval(5m) fill(value, 6, 6, 6, 6, 6) sql select avg(c1), avg(c2), avg(c3), avg(c4), avg(c5) from $tb where ts >= $ts0 and ts <= $tsu interval(5m) fill(value, 6, 6, 6, 6, 6)
if $rows != 9 then if $rows != 9 then
return -1 return -1
...@@ -371,12 +371,10 @@ if $data11 != 99 then ...@@ -371,12 +371,10 @@ if $data11 != 99 then
endi endi
sql select * from $tb sql select * from $tb
#print data08 = $data08
if $data08 != NCHAR then if $data08 != NCHAR then
print expect NCHAR, actual:$data08
return -1 return -1
endi endi
#return -1
# fill_into_nonarithmetic_fieds # fill_into_nonarithmetic_fieds
sql select first(c6), first(c7), first(c8) from $tb where ts >= $ts0 and ts <= $tsu interval(5m) fill(value, 20000000, 20000000, 20000000) sql select first(c6), first(c7), first(c8) from $tb where ts >= $ts0 and ts <= $tsu interval(5m) fill(value, 20000000, 20000000, 20000000)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册