From c2beadfc5713bc4d0eedfa62970710f44229b013 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Mon, 26 Aug 2024 10:38:48 +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 ac4d3b0096..680820cdc3 100755 --- a/tests/script/sh/checkAsan.sh +++ b/tests/script/sh/checkAsan.sh @@ -95,7 +95,7 @@ if [ $errors -eq 0 ]; then else echo -e "\033[44;31;1m"asan total errors: $errors"\033[0m" if [ $python_error -ne 0 ] || [ $python_taos_error -ne 0 ] ; then - cat ${LOG_DIR}/*.info + cat ${LOG_DIR}/*.info |grep "#" | grep -w "TDinternal" fi cat ${LOG_DIR}/*.asan exit 1