fix:test case error
This commit is contained in:
parent
570d78c58d
commit
00cc68a790
|
@ -107,7 +107,7 @@ class TDTestCase:
|
||||||
self.taosBenchmark(" -d db -t 2 -v 2 -n 1000000 -y")
|
self.taosBenchmark(" -d db -t 2 -v 2 -n 1000000 -y")
|
||||||
# create stream
|
# create stream
|
||||||
tdSql.execute("use db")
|
tdSql.execute("use db")
|
||||||
tdSql.execute("create stream stream1 fill_history 1 into sta as select count(*) as cnt from meters interval(10a);",show=True)
|
tdSql.execute("create stream stream3 fill_history 1 into sta as select count(*) as cnt from meters interval(10a);",show=True)
|
||||||
sql = "select count(*) from sta"
|
sql = "select count(*) from sta"
|
||||||
# loop wait max 60s to check count is ok
|
# loop wait max 60s to check count is ok
|
||||||
tdLog.info("loop wait result ...")
|
tdLog.info("loop wait result ...")
|
||||||
|
|
Loading…
Reference in New Issue