test: add retentsion for topic

This commit is contained in:
Alex Duan 2023-03-28 13:58:40 +08:00
parent 444adf5fdf
commit 9289f7de8b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class TDTestCase:
# create stable and child tables
def create_table(self, stbname, tbname, count):
tdSql.prepare()
tdSql.execute("create database db wal_retention_period 4")
tdSql.execute('use db')
self.child_count = count
self.stbname = stbname