From 0f7690b95a9b49d971f701df28c5e4d3b322eeb1 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 11 May 2020 17:32:53 +0800 Subject: [PATCH] change tables to maxtables according to Dr. Liao [TD-274] --- tests/pytest/import_merge/importToCommit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/import_merge/importToCommit.py b/tests/pytest/import_merge/importToCommit.py index 7a408bcdce..3684dde049 100644 --- a/tests/pytest/import_merge/importToCommit.py +++ b/tests/pytest/import_merge/importToCommit.py @@ -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")