Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Enable Thread Sanitizer #1601

Merged
merged 13 commits into from
Jan 4, 2022
Merged

Conversation

philipphofmann
Copy link
Member

Use Xcode's Thread Sanitizer to catch data races.

Fixes GH-1476

#skip-changelog

Use Xcodes Thread Sanitizer to catch data races.

Fixes GH-1476
@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2022

Codecov Report

Merging #1601 (126209c) into master (bdd23a8) will not change coverage.
The diff coverage is n/a.

❗ Current head 126209c differs from pull request most recent head 0bf5d96. Consider uploading reports for the commit 0bf5d96 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1601   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files         157      157           
  Lines        7086     7086           
=======================================
  Hits         6800     6800           
  Misses        286      286           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdd23a8...0bf5d96. Read the comment docs.

@philipphofmann philipphofmann marked this pull request as ready for review January 4, 2022 10:56
Copy link
Contributor

@brustolin brustolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@philipphofmann philipphofmann merged commit 0089a87 into master Jan 4, 2022
@philipphofmann philipphofmann deleted the test/enable-thread-sanitizer branch January 4, 2022 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test: Enable Thread Sanitizer
3 participants