From 6008f82fd6186c945515aec4234431aec6e45fda Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Wed, 23 Sep 2020 11:27:52 +0200 Subject: [PATCH] remove deadlock:doocsServerTestHelper.cc which seems no longer to be needed. --- sanitizer.suppressions/tsan.supp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sanitizer.suppressions/tsan.supp b/sanitizer.suppressions/tsan.supp index ddc5844..9a74447 100644 --- a/sanitizer.suppressions/tsan.supp +++ b/sanitizer.suppressions/tsan.supp @@ -1,7 +1,9 @@ ### NOTE: Keep this file in sync with the lower part of tsan-doocs.supp ### # BEGIN blacklist lock-order-false-positives from doocsServerTestHelper -deadlock:doocsServerTestHelper.cc +# This seems not to be needed any more. At least the DoocsAdapter runs through without. +# If it is needed to re-enable, please not the project which fails without! +#deadlock:doocsServerTestHelper.cc # END blacklist lock-order false-positives from doocsServerTestHelper # BEGIN blacklist everything from libzmq; suggested by TSAN wiki -- GitLab