From 9de3dc961131915084e7a02a61e995e99ed90634 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Tue, 7 Jan 2025 09:05:56 +0800 Subject: [PATCH] test:add tdengine case task --- tests/run_local_coverage.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/run_local_coverage.sh b/tests/run_local_coverage.sh index 23dcec5d9b..98d6780b45 100755 --- a/tests/run_local_coverage.sh +++ b/tests/run_local_coverage.sh @@ -296,7 +296,10 @@ function runUnitTest() { get_DIR print_color "$GREEN" "cd $BUILD_DIR" cd $BUILD_DIR - ctest -j $(nproc) + pgrep taosd || taosd >> /dev/null 2>&1 & + sleep 10 + #ctest -E "cunit_test" -j8 + ctest -E "cunit_test" -j $(nproc) print_color "$GREEN" "3.0 unit test done" }