From e78d06c02d07fb40a0e6ffb424098ca95436f49c Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 9 Oct 2023 16:26:41 +0800 Subject: [PATCH] change test case --- tests/system-test/0-others/splitVGroupRep3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/splitVGroupRep3.py b/tests/system-test/0-others/splitVGroupRep3.py index 4639b9db23..68c915eeaf 100644 --- a/tests/system-test/0-others/splitVGroupRep3.py +++ b/tests/system-test/0-others/splitVGroupRep3.py @@ -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")