fix case
This commit is contained in:
parent
feb5886ed2
commit
b2933ea244
|
@ -624,14 +624,11 @@ class TDTestCase:
|
|||
self.__insert_data()
|
||||
self.all_test()
|
||||
|
||||
#tdLog.printNoPrefix("==========step2:create table in rollup database")
|
||||
#tdSql.execute("create database db3 retentions 1s:4m,2s:8m,3s:12m")
|
||||
#tdSql.execute("use db3")
|
||||
# self.__create_tb()
|
||||
#tdSql.execute(f"create stable stb1 ({PRIMARY_COL} timestamp, {INT_COL} int) tags (tag1 int) rollup(first) watermark 5s max_delay 1m sma({INT_COL}) ")
|
||||
#self.all_test()
|
||||
|
||||
# self.__insert_data()
|
||||
tdLog.printNoPrefix("==========step2:create table in rollup database")
|
||||
tdSql.execute("create database db3 retentions 1s:4m,2s:8m,3s:12m")
|
||||
tdSql.execute("use db3")
|
||||
tdSql.execute(f"create stable stb1 ({PRIMARY_COL} timestamp, {INT_COL} int) tags (tag1 int) rollup(first) watermark 5s max_delay 1m sma({INT_COL}) ")
|
||||
self.all_test()
|
||||
|
||||
tdSql.execute("drop database if exists db1 ")
|
||||
tdSql.execute("drop database if exists db2 ")
|
||||
|
|
|
@ -65,7 +65,7 @@ class TDTestCase:
|
|||
|
||||
def init(self, conn, logSql):
|
||||
tdLog.debug(f"start to excute {__file__}")
|
||||
tdSql.init(conn.cursor(), True)
|
||||
tdSql.init(conn.cursor(), False)
|
||||
|
||||
def __query_condition(self,tbname):
|
||||
query_condition = []
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6dccac192a2ae7dd78718ab926201aab5419327a
|
||||
Subproject commit 7a94ffab45f08e16f09b3f430fe75d717054adb6
|
Loading…
Reference in New Issue