change tables to maxtables according to Dr. Liao

[TD-274]
This commit is contained in:
Shuduo Sang 2020-05-11 17:32:53 +08:00
parent 0da80dad54
commit 0f7690b95a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class TDTestCase:
tdDnodes.start(1)
tdSql.execute('reset query cache')
tdSql.execute('drop database if exists db')
tdSql.execute('create database db cache 512 tables 10')
tdSql.execute('create database db cache 512 maxtables 10')
tdSql.execute('use db')
tdLog.info("================= step1")