change test case
This commit is contained in:
parent
8b1988abdb
commit
e78d06c02d
|
@ -380,7 +380,7 @@ class TDTestCase:
|
||||||
tdSql.execute("use streamdb;")
|
tdSql.execute("use streamdb;")
|
||||||
tdSql.execute("create table ta(ts timestamp, age int);")
|
tdSql.execute("create table ta(ts timestamp, age int);")
|
||||||
tdSql.execute("create stream ma into sta as select count(*) from ta interval(1s);")
|
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;")
|
tdSql.execute("drop stream ma;")
|
||||||
self.expectSplitOk("streamdb")
|
self.expectSplitOk("streamdb")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue