]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suites/rbd: remove helgrind test cases
authorJason Dillaman <dillaman@redhat.com>
Tue, 20 Sep 2016 13:26:32 +0000 (09:26 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 20 Sep 2016 13:26:32 +0000 (09:26 -0400)
Helgrind cannot properly handle Ceph's use of std::mutex --
resulting in numerous false positives and potential assertion
failures.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
suites/rbd/valgrind/validator/helgrind.yaml [deleted file]

diff --git a/suites/rbd/valgrind/validator/helgrind.yaml b/suites/rbd/valgrind/validator/helgrind.yaml
deleted file mode 100644 (file)
index 979b252..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-overrides:
-  install:
-    ceph:
-      debuginfo: true
-  rbd_fsx:
-    valgrind: ["--tool=helgrind"]
-  workunit:
-    env:
-      VALGRIND: "helgrind"