From a871a7f27a441b0a7b88aa7dc6a82d2e1ebb2b8d Mon Sep 17 00:00:00 2001 From: haoranchen Date: Thu, 20 Oct 2022 20:47:53 +0800 Subject: [PATCH] Update compatibility.py --- tests/system-test/0-others/compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/0-others/compatibility.py b/tests/system-test/0-others/compatibility.py index 4fa75b75f1..7539ddcbea 100644 --- a/tests/system-test/0-others/compatibility.py +++ b/tests/system-test/0-others/compatibility.py @@ -81,6 +81,7 @@ class TDTestCase: dbname = "test" stb = f"{dbname}.meters" self.installTaosd(bPath,cPath) + os.system("echo 'debugFlag 143' > /etc/taos/taos.cfg ") tableNumbers=100 recordNumbers1=100 recordNumbers2=1000 -- GitLab