fix:test case error

This commit is contained in:
wangmm0220 2024-03-29 09:07:09 +08:00
parent 570d78c58d
commit 00cc68a790
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class TDTestCase:
self.taosBenchmark(" -d db -t 2 -v 2 -n 1000000 -y")
# create stream
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"
# loop wait max 60s to check count is ok
tdLog.info("loop wait result ...")