-
Notifications
You must be signed in to change notification settings - Fork 420
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
Enable TSAN in tests #757
Comments
+1, love being replaced by a bot :) |
glbrntt
added a commit
to glbrntt/grpc-swift
that referenced
this issue
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 grpc#757
glbrntt
added a commit
to glbrntt/grpc-swift
that referenced
this issue
May 21, 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 grpc#757
glbrntt
added a commit
to glbrntt/grpc-swift
that referenced
this issue
Jun 8, 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 grpc#757
glbrntt
added a commit
to glbrntt/grpc-swift
that referenced
this issue
Jun 8, 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 grpc#757
glbrntt
added a commit
that referenced
this issue
Jun 8, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should enable TSAN in tests so @weissi doesn't have to tell us when we mess up (#756, #621, #622)
The text was updated successfully, but these errors were encountered: