change test case

This commit is contained in:
yihaoDeng 2023-10-09 16:26:41 +08:00
parent 8b1988abdb
commit e78d06c02d
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ class TDTestCase:
tdSql.execute("use streamdb;")
tdSql.execute("create table ta(ts timestamp, age int);")
tdSql.execute("create stream ma into sta as select count(*) from ta interval(1s);")
#self.expectSplitError("streamdb")
self.expectSplitError("streamdb")
tdSql.execute("drop stream ma;")
self.expectSplitOk("streamdb")