test: test case for log output and rotate

This commit is contained in:
kailixu 2024-12-03 11:20:56 +08:00
parent 60450f3e24
commit 4c5f46b308
2 changed files with 1 additions and 5 deletions

View File

@ -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})

View File

@ -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)