This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 676c3b97 Remove valgrind config file (#1690)
676c3b97 is described below
commit 676c3b9739b25e292b1be754fa0871fe05d41eda
Author: Twice <[email protected]>
AuthorDate: Tue Aug 22 16:41:36 2023 +0800
Remove valgrind config file (#1690)
Co-authored-by: Binbin <[email protected]>
---
src/valgrind.sup | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/src/valgrind.sup b/src/valgrind.sup
deleted file mode 100644
index ab4dd7ec..00000000
--- a/src/valgrind.sup
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- rocksdb thread local singletons
- Memcheck:Leak
- ...
- fun:_ZN7rocksdb3Env7DefaultEv
- fun:_ZN6Config4LoadESs
- ...
-}
-
-{
- rocksdb column thread local leaks
- Memcheck:Leak
- ...
- fun:_ZN7rocksdb14ThreadLocalPtr10StaticMeta10SetHandlerEjPFvPvE
-
fun:_ZN7rocksdb16ColumnFamilyDataC1EjRKSsPNS_7VersionEPNS_5CacheEPNS_18WriteBufferManagerERKNS_1
- ...
-}