From 3c719da5b55975db8b6966be7875228ab6f860b5 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 20 Oct 2023 16:18:17 +0800 Subject: [PATCH] change stDebugFlag of system test --- 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 c4fc1ce654..87dd284368 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -135,6 +135,7 @@ class TDDnode: "vDebugFlag": "143", "tqDebugFlag": "143", "cDebugFlag": "143", + "stDebugFlag": "143", "jniDebugFlag": "143", "qDebugFlag": "143", "rpcDebugFlag": "143",