mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-04-23 13:48:12 +02:00
tests: suppress libfaketime in tsan runtime
Why: avoid TSAN noise from LD_PRELOADed libfaketime Impact: TSAN runs ignore known-good libfaketime races Before/After: before TSAN reported libfaketime races; after suppressed in runtime suppression list Technical Overview: - add a libfaketime race suppression to tsan-rt.supp - align with other external-library suppressions in that file - keep scope at runtime-suppression level for TSAN runs - avoid touching non-TSAN test behavior Closes https://github.com/rsyslog/rsyslog/issues/5225 With the help of AI-Agents: Codex
This commit is contained in:
parent
a7c255dd12
commit
5ff2618ec5
@ -7,4 +7,5 @@ race:^imptcp_destruct_epd$
|
||||
race:doLogMsg
|
||||
race:setlocale
|
||||
race:doSIGTTIN
|
||||
race:libfaketime
|
||||
race:libmysqlclient
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user