This is an automated email from the ASF dual-hosted git repository.
kgiusti 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 8718320 DISPATCH-2126: mask TSAN warning on delivery settled flag
8718320 is described below
commit 87183203648e09deb1cec877b9e85d5efb7dc6c0
Author: Kenneth Giusti <[email protected]>
AuthorDate: Thu Jan 27 14:53:24 2022 -0500
DISPATCH-2126: mask TSAN warning on delivery settled flag
---
tests/tsan.supp | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/tsan.supp b/tests/tsan.supp
index 7ab3ca0..68496f7 100644
--- a/tests/tsan.supp
+++ b/tests/tsan.supp
@@ -29,6 +29,7 @@ race:qdr_link_stalled_outbound
# DISPATCH-2126
race:qdr_delivery_mcast_inbound_update_CT
+race:qdr_delivery_mcast_outbound_settled_CT
race:qdr_delivery_anycast_update_CT
# DISPATCH-2127
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]