Skip to content

Commit

Permalink
Fixes #1107 - Suppress the race warning (TSAN) while accessing memory…
Browse files Browse the repository at this point in the history
… stats.
  • Loading branch information
ted-ross committed Jun 5, 2023
1 parent ada363f commit a8a3056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ race:^__lws_logv$
# ISSUE-537 - Suppress the race in qd_entity_refresh_connector for now.
race:^qd_entity_refresh_connector$

# #1107 - Suppress warnings on benign race in accessing memory stats
race:^qd_raw_connection_grant_read_buffers$


#
# External libraries
Expand Down

0 comments on commit a8a3056

Please sign in to comment.