You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2022/02/16 18:57:22 UTC

[qpid-dispatch] branch main updated: DISPATCH-2314: Added TSAN suppression entry to suppress errors when setting the presettled flag in qdr_delivery_continue_CT

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

gmurthy 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 4c8008b  DISPATCH-2314: Added TSAN suppression entry to suppress errors when setting the presettled flag in qdr_delivery_continue_CT
4c8008b is described below

commit 4c8008b2433028fe165b93a4a1a60b5e55e0f5a2
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Wed Feb 16 09:49:27 2022 -0500

    DISPATCH-2314: Added TSAN suppression entry to suppress errors when setting the presettled flag in qdr_delivery_continue_CT
---
 tests/tsan.supp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/tsan.supp b/tests/tsan.supp
index 149de61..d914155 100644
--- a/tests/tsan.supp
+++ b/tests/tsan.supp
@@ -80,6 +80,9 @@ race:^qd_message_send$
 # DISPATCH-2245
 race:^qdr_link_process_deliveries$
 
+# DISPATCH-2314
+race: ^qdr_delivery_continue_CT$
+
 #
 # External libraries
 #

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