jiridanek commented on a change in pull request #1500:
URL: https://github.com/apache/qpid-dispatch/pull/1500#discussion_r793958726



##########
File path: 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

Review comment:
       The entries are regexes, so they would also match any method that 
contains this as a substring.
   
   `race:^qdr_delivery_mcast_outbound_settled_CT$` is imo preferable.
   
   I see that the entries in the file above and bellow don't use the regex 
anchors, so it's probably ok to leave them out here as well




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to