You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/06/18 15:42:19 UTC

[qpid-dispatch] branch main updated: DISPATCH-2175: Suppress TSan failure caused by Proton (#1264)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e87d32  DISPATCH-2175: Suppress TSan failure caused by Proton (#1264)
3e87d32 is described below

commit 3e87d3241243482d45ecc51187b5a9976a7fc471
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Fri Jun 18 17:42:12 2021 +0200

    DISPATCH-2175: Suppress TSan failure caused by Proton (#1264)
---
 tests/tsan.supp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/tsan.supp b/tests/tsan.supp
index 4bf3c4e..4312eae 100644
--- a/tests/tsan.supp
+++ b/tests/tsan.supp
@@ -93,6 +93,9 @@ deadlock:pni_timer_set
 # DISPATCH-2150, PROTON-2133
 race:^check_earmark_override$
 
+# DISPATCH-2175, PROTON-2230
+race:^listener_final_free$
+
 # DISPATCH-2153
 race:^pn_logger_reset_mask$
 race:^pni_logger_log$

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org