Bug #83601 Add thread sanitizer blacklist
Submitted: 28 Oct 2016 14:21 Modified: 31 Oct 2016 14:57
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[28 Oct 2016 14:21] Jon Olav Hauglid
Description:
In order to support fixing issues identified by Thread Sanitizer (-DWITH_TSAN=1),
we should support a blacklist file that we can use to suppress issues yet to be fixed.

How to repeat:
n/a
[31 Oct 2016 14:57] Paul DuBois
Posted by developer:
 
Noted in 8.0.1 changelog.

mysql-test-run.pl now checks whether the TSAN_OPTIONS environment
variable is set. If so, the value is taken as the path name of a file
containing ThreadSanitizer suppressions (errors to be ignored during
test runs). Additionally, the --sanitize option now causes
mysql-test-run.pl to scan the server error logs for ThreadSanizer
messages.
[26 Jul 2017 4:15] Laurynas Biveinis
Related bug 83034