Merge pull request #1875 from taosdata/hotfix/change-tables-to-maxtables-according-to-liao
change tables to maxtables according to Dr. Liao
This commit is contained in:
commit
fe39658b4e
|
@ -33,7 +33,7 @@ class TDTestCase:
|
||||||
tdDnodes.start(1)
|
tdDnodes.start(1)
|
||||||
tdSql.execute('reset query cache')
|
tdSql.execute('reset query cache')
|
||||||
tdSql.execute('drop database if exists db')
|
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')
|
tdSql.execute('use db')
|
||||||
|
|
||||||
tdLog.info("================= step1")
|
tdLog.info("================= step1")
|
||||||
|
|
Loading…
Reference in New Issue