提交 136527f6 编写于 作者: G Ganlin Zhao

add default audit = 0 config to pytest

上级 43e95e1a
...@@ -142,6 +142,7 @@ class TDDnode: ...@@ -142,6 +142,7 @@ class TDDnode:
"numOfMnodes": "3", "numOfMnodes": "3",
"numOfThreadsPerCore": "2.0", "numOfThreadsPerCore": "2.0",
"monitor": "0", "monitor": "0",
"audit": "0",
"maxVnodeConnections": "30000", "maxVnodeConnections": "30000",
"maxMgmtConnections": "30000", "maxMgmtConnections": "30000",
"maxMeterConnections": "30000", "maxMeterConnections": "30000",
......
...@@ -21,6 +21,9 @@ from util.sql import tdSql ...@@ -21,6 +21,9 @@ from util.sql import tdSql
class TDTestCase: class TDTestCase:
updatecfgDict = {'audit': 1}
def caseDescription(self): def caseDescription(self):
''' '''
TS-1887 Create Audit db for DDL storage TS-1887 Create Audit db for DDL storage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册