未验证 提交 fe39658b 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #1875 from taosdata/hotfix/change-tables-to-maxtables-according-to-liao

change tables to maxtables according to Dr. Liao
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册