From 2e5a092ab6e682bc83c9888b7122b0a268bd8eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chappyguoxy=E2=80=9D?= <“happy_guoxy@163.com”> Date: Wed, 17 May 2023 18:39:35 +0800 Subject: [PATCH] test: rowlength64k --- tests/system-test/1-insert/rowlength64k_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/1-insert/rowlength64k_1.py b/tests/system-test/1-insert/rowlength64k_1.py index fe676cd71a..b641cfd58a 100755 --- a/tests/system-test/1-insert/rowlength64k_1.py +++ b/tests/system-test/1-insert/rowlength64k_1.py @@ -23,7 +23,7 @@ class TDTestCase(TDTestCase): #self.run_1() # self.run_2() self.run_3() - self.run_4() + #self.run_4() endTime_all = time.time() print("total time %ds" % (endTime_all - startTime_all))