change write opt

This commit is contained in:
yihaoDeng 2023-04-21 12:08:56 +00:00
parent 54f3bc2543
commit d8bd24cc27
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class TDTestCase:
for couti in range(countstart,countstop):
tdLog.debug("drop database if exists db%d" %couti)
tdSql.execute("drop database if exists db%d" %couti)
tdSql.execute("drop database if exists db%d" %couti, 20)
print("create database if not exists db%d replica 1 duration 300" %couti)
tdSql.execute("create database if not exists db%d replica 1 duration 300" %couti)
tdSql.execute("use db%d" %couti)