tetst:add memory leak detection for TD in psiminfo to the CI

This commit is contained in:
chenhaoran 2024-08-23 13:51:47 +08:00
parent 505ba64029
commit 1b9cb44563
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
indirect_leak=$(cat ${LOG_DIR}/*.asan | grep "Indirect leak" | wc -l)
python_error=$(cat ${LOG_DIR}/*.info | grep -w "stack" | wc -l)
python_taos_error=$(cat ${LOG_DIR}/*.info | grep -w "TDinternal" | wc -l)
python_taos_error=$(cat ${LOG_DIR}/*.info |grep "#" | grep -w "TDinternal" | wc -l)
# ignore