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

Run tests with TSAN where available, add macOS CI for Swift 5.2 #799

Merged
merged 2 commits into from
Jun 8, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented May 15, 2020

Motivation:

We should run TSAN in tests.

Modifications:

  • run TSAN by default; don't run TSAN for Swift 5.0 on Linux
  • add Xcode 11.4 to add CI for Swift 5.2 on macOS

Result:

Resolves #757


This change is Reviewable

@glbrntt glbrntt requested a review from Lukasa May 15, 2020 14:20
@glbrntt
Copy link
Collaborator Author

glbrntt commented May 15, 2020

Unsurprisingly TSAN found an issue that #798 should resolve. I'll try again once that's merged.

Motivation:

We should run TSAN in tests.

Modifications:

- run TSAN by default; don't run TSAN for Swift 5.0 on Linux
- add Xcode 11.4 to add CI for Swift 5.2 on macOS

Result:

Resolves grpc#757
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.

Enable TSAN in tests
3 participants