From: Jason Dillaman Date: Tue, 20 Sep 2016 13:26:32 +0000 (-0400) Subject: suites/rbd: remove helgrind test cases X-Git-Tag: v10.2.6~165^2^2~37^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=067718932bff148ccfe2f688f18d18b6cfa4279f;p=ceph.git suites/rbd: remove helgrind test cases Helgrind cannot properly handle Ceph's use of std::mutex -- resulting in numerous false positives and potential assertion failures. Signed-off-by: Jason Dillaman (cherry picked from commit b29bf9253d7d2201f4cf01b0fd6997ed1bae231f) --- diff --git a/suites/rbd/valgrind/validator/helgrind.yaml b/suites/rbd/valgrind/validator/helgrind.yaml deleted file mode 100644 index 979b25288517..000000000000 --- a/suites/rbd/valgrind/validator/helgrind.yaml +++ /dev/null @@ -1,9 +0,0 @@ -overrides: - install: - ceph: - debuginfo: true - rbd_fsx: - valgrind: ["--tool=helgrind"] - workunit: - env: - VALGRIND: "helgrind"