From 1b9cb445637c301d6aaf7aadf72583ef9f38896b Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Fri, 23 Aug 2024 13:51:47 +0800 Subject: [PATCH] tetst:add memory leak detection for TD in psiminfo to the CI --- tests/script/sh/checkAsan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/sh/checkAsan.sh b/tests/script/sh/checkAsan.sh index 81498be9fc..ac4d3b0096 100755 --- a/tests/script/sh/checkAsan.sh +++ b/tests/script/sh/checkAsan.sh @@ -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