From cf91c71e1b9996b64e2f990abc0715072b6e7c3f Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Thu, 18 Jul 2024 19:16:14 +0800 Subject: [PATCH] test:fix case for default debugflag --- tests/pytest/util/dnodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/util/dnodes.py b/tests/pytest/util/dnodes.py index 070e56114a..bb6f8ff030 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -30,7 +30,6 @@ class TDSimClient: def __init__(self, path): self.testCluster = False self.path = path - # cdebugflag 135 for tmqClientConsLog self.cfgDict = { "fqdn": "localhost", "numOfLogLines": "100000000",