Merge pull request #2914 from taosdata/hotfix/sangshuduo/support-telemetryreporting0-in-all-tests
support telemetryReport in all tests.
This commit is contained in:
commit
3c6ec7b579
|
@ -39,6 +39,7 @@ class TDSimClient:
|
|||
"udebugFlag": "135",
|
||||
"jnidebugFlag": "135",
|
||||
"qdebugFlag": "135",
|
||||
"telemetryReporting": "0",
|
||||
}
|
||||
def init(self, path):
|
||||
self.__init__()
|
||||
|
|
|
@ -36,6 +36,7 @@ class TDSimClient:
|
|||
"udebugFlag": "135",
|
||||
"jnidebugFlag": "135",
|
||||
"qdebugFlag": "135",
|
||||
"telemetryReporting": "0",
|
||||
}
|
||||
|
||||
def init(self, path):
|
||||
|
|
|
@ -36,6 +36,7 @@ class TDSimClient:
|
|||
"udebugFlag": "135",
|
||||
"jnidebugFlag": "135",
|
||||
"qdebugFlag": "135",
|
||||
"telemetryReporting": "0",
|
||||
}
|
||||
|
||||
def init(self, path):
|
||||
|
|
Loading…
Reference in New Issue