SERVER-123595 Suppress test-only data race on storageGlobalParams.magicRestore (#51330)

GitOrigin-RevId: 4b1eb7bfed29aac32ae3d31ade480bc0864c214e
This commit is contained in:
Lynne Wang 2026-04-07 16:16:59 -07:00 committed by MongoDB Bot
parent 41aa505fe8
commit c723709b29

View File

@ -77,6 +77,10 @@ race:__rustc
race:core::ptr
race:core::mem
# All fields read in newRecoveryUnit are set once at startup. TSAN races are test-only, as some
# tests mutate globals after startup.
race:newRecoveryUnit
# OpenSSL 1.1.x: lazy-init of shared buffer in SSL_CTX
# during handshake; harmless. See SERVER-120820.
race:ASN1_STRING_cmp