test:add tdengine case task

This commit is contained in:
happyguoxy 2025-01-07 09:05:56 +08:00
parent dd169a2728
commit 9de3dc9611
1 changed files with 4 additions and 1 deletions

View File

@ -296,7 +296,10 @@ function runUnitTest() {
get_DIR get_DIR
print_color "$GREEN" "cd $BUILD_DIR" print_color "$GREEN" "cd $BUILD_DIR"
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" print_color "$GREEN" "3.0 unit test done"
} }