]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/mgr: Valgrind suppression additions to pattern match inline functions stemming... unittests-mgr
authorstzuraski898 <steven.zuraski@ibm.com>
Wed, 28 Jan 2026 21:50:03 +0000 (21:50 +0000)
committerstzuraski898 <steven.zuraski@ibm.com>
Wed, 28 Jan 2026 21:50:03 +0000 (21:50 +0000)
Fixes: https://tracker.ceph.com/issues/72938
Signed-off-by: stzuraski898 <steven.zuraski@ibm.com>
qa/valgrind.supp

index 627456b0dd2919887cc4fc22d28c68ffd1c0e720..2943787a3c62574c4dfdc4fb17a09c9630682993 100644 (file)
   ...
 }
 
+{
+  Python marshal unicode allocations - direct
+  Memcheck:Leak
+  match-leak-kinds: all
+  fun:malloc
+  ...
+  fun:_PyUnicode_FromUCS1.part.0
+  ...
+}
+
+{
+  Python marshal unicode allocations - via r_object
+  Memcheck:Leak
+  match-leak-kinds: all
+  fun:malloc
+  ...
+  fun:r_object
+  ...
+}
+
+{
+  Python marshal loads
+  Memcheck:Leak
+  match-leak-kinds: all
+  fun:malloc
+  ...
+  fun:marshal_loads
+  ...
+}
+
+{
+  Python obmalloc allocations
+  Memcheck:Leak
+  match-leak-kinds: all
+  fun:malloc
+  obj:*/libpython*.so*
+  ...
+}
+
+{
+  Python eval frame
+  Memcheck:Leak
+  match-leak-kinds: all
+  fun:malloc
+  ...
+  fun:_PyEval_EvalFrameDefault
+  ...
+}
+
 {
   ignore *all* ceph-mgr python crap.  this is overkill, but better than nothing
   Memcheck:Leak
   match-leak-kinds: all
   ...
-  fun:Py*
+  fun:*Py*
+  ...
+}
+
+{
+  ignore *all* ceph-mgr python crap.  this is overkill, but better than nothing
+  Memcheck:Leak
+  match-leak-kinds: all
+  ...
+  fun:UnknownInlinedFun
   ...
 }
 
    ...
    fun:*ProtocolV2*
    ...
-}
-
+}
\ No newline at end of file