From 0e565a25db492ec0afc55679f24d534351f29167 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Thu, 30 Sep 2021 19:36:19 +0800 Subject: [PATCH] TD-6129 add tag?'key' in where logic --- tests/pytest/util/dnodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/util/dnodes.py b/tests/pytest/util/dnodes.py index d63e72e8fc..4a35a019cf 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -43,6 +43,7 @@ class TDSimClient: "qdebugFlag": "135", "telemetryReporting": "0", "enableCoreFile": "1", + "defaultJSONStrType": "binary", } def getLogDir(self): -- GitLab