tetst:add memory leak detection for TD in psiminfo to the CI
This commit is contained in:
parent
505ba64029
commit
1b9cb44563
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue