From 0639bb12d27a2d13b762827c38e1097fca05523f Mon Sep 17 00:00:00 2001 From: Jinqing Kuang Date: Mon, 24 Mar 2025 21:32:22 +0800 Subject: [PATCH] fix(stream): ignore still reachable error in case checkError1 (#30394) --- tests/script/local.supp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/script/local.supp b/tests/script/local.supp index 6ff52ebada..0126dc8103 100644 --- a/tests/script/local.supp +++ b/tests/script/local.supp @@ -1674,6 +1674,21 @@ fun:start_thread fun:clone } +{ + + Memcheck:Leak + match-leak-kinds: reachable + fun:calloc + fun:taosMemCalloc + fun:taosOpenRef + fun:streamMetaEnvInit + fun:__pthread_once_slow + fun:taosThreadOnce + fun:streamMetaInit + fun:dmInitDnode + fun:dmInit + fun:main +} {