From 4c5f46b30885fd46f3345539c3900d073ee9e038 Mon Sep 17 00:00:00 2001 From: kailixu Date: Tue, 3 Dec 2024 11:20:56 +0800 Subject: [PATCH] test: test case for log output and rotate --- cmake/cmake.options | 4 ---- tests/system-test/0-others/taosdlog.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/cmake/cmake.options b/cmake/cmake.options index 323132ea76..e3b5782d85 100644 --- a/cmake/cmake.options +++ b/cmake/cmake.options @@ -166,10 +166,6 @@ IF(${BUILD_WITH_ANALYSIS}) set(BUILD_WITH_S3 ON) ENDIF() -IF(${BUILD_TEST}) -add_definitions(-DBUILD_TEST) -ENDIF() - IF(${BUILD_S3}) IF(${BUILD_WITH_S3}) diff --git a/tests/system-test/0-others/taosdlog.py b/tests/system-test/0-others/taosdlog.py index 6349faf587..02f66050be 100644 --- a/tests/system-test/0-others/taosdlog.py +++ b/tests/system-test/0-others/taosdlog.py @@ -115,7 +115,7 @@ class TDTestCase: def openTaosd(self, args="", waitSec=8): self.openBin(f'{self.taosdPath} {args}', waitSec) - def openTaos(self, args="", waitSec=3): + def openTaos(self, args="", waitSec=5): self.openBin(f'{self.taosPath} {args}', waitSec)