test:modify test case for multilevel.py

This commit is contained in:
jiacy-jcy 2023-06-06 17:39:32 +08:00
parent 9dd31c7f5e
commit be2b0662d2
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class TDTestCase:
tdSql.checkRows(1000)
tdLog.info("================= step3")
tdSql.execute('drop database test')
for i in range(50):
for i in range(10):
tdSql.execute("create database test%d duration 1" %(i))
tdSql.execute("use test%d" %(i))
tdSql.execute("create table tb (ts timestamp,i int)")