test:add tdengine case task

This commit is contained in:
happyguoxy 2025-01-07 10:30:52 +08:00
parent 0bbfa4c61a
commit 5da4909f8d
1 changed files with 1 additions and 1 deletions

2
tests/run_all_ci_cases.sh Normal file → Executable file
View File

@ -252,10 +252,10 @@ function runCasesOneByOne () {
} }
function runUnitTest() { function runUnitTest() {
pgrep taosd || taosd >> /dev/null 2>&1 &
get_DIR get_DIR
print_color "$GREEN" "cd $BUILD_DIR" print_color "$GREEN" "cd $BUILD_DIR"
cd $BUILD_DIR cd $BUILD_DIR
pgrep taosd || taosd >> /dev/null 2>&1 &
sleep 10 sleep 10
ctest -E "cunit_test" -j8 ctest -E "cunit_test" -j8
print_color "$GREEN" "3.0 unit test done" print_color "$GREEN" "3.0 unit test done"