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 <c...@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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to