You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2021/06/07 14:34:52 UTC

[qpid-dispatch] branch main updated: DISPATCH-2166: Suppress tsan race in qd_message_set_send_complete

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

chug 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 a44c5a0  DISPATCH-2166: Suppress tsan race in qd_message_set_send_complete
a44c5a0 is described below

commit a44c5a0c13d9dbb5e9bdd2dd8ef0239b68f1f4c3
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Mon Jun 7 10:18:57 2021 -0400

    DISPATCH-2166: Suppress tsan race in qd_message_set_send_complete
---
 tests/tsan.supp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/tsan.supp b/tests/tsan.supp
index 8b2d294..4bf3c4e 100644
--- a/tests/tsan.supp
+++ b/tests/tsan.supp
@@ -79,6 +79,9 @@ race:qdr_delivery_mcast_outbound_disposition_CT
 # DISPATCH-2157
 race:^qd_message_send$
 
+# DISPATCH-2166
+race:qd_message_set_send_complete
+
 #
 # External libraries
 #

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