fix: test case
This commit is contained in:
parent
8fbd28eb6e
commit
ff85dc876c
|
@ -217,10 +217,6 @@ class TDTestCase:
|
||||||
tdSql.checkRows(10)
|
tdSql.checkRows(10)
|
||||||
tdSql.checkData(0, 3, 10)
|
tdSql.checkData(0, 3, 10)
|
||||||
|
|
||||||
tdSql.query("select _wstart ,first(ts),last(ts),count(*),to_char(ts,'yyyymmdd') as ts from ts6079.meters partition by to_char(ts,'yyyymmdd') as ts interval(5);")
|
|
||||||
tdSql.checkRows(2)
|
|
||||||
tdSql.checkData(0, 3, 50)
|
|
||||||
|
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.ts6079()
|
self.ts6079()
|
||||||
|
|
Loading…
Reference in New Issue