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

Re-enable 5.6 tests #1390

Merged
merged 3 commits into from
Apr 20, 2022
Merged

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Apr 20, 2022

Motivation:

https://bugs.swift.org/browse/SR-15955 precluded tests from running on
Swift 5.6. This has been resolved in Swift 5.6.1.

Modifications:

  • Re-enable tests on 5.6

Result:

Tests run on 5.6

@glbrntt glbrntt added the semver/none No version bump required. label Apr 20, 2022
Motivation:

https://bugs.swift.org/browse/SR-15955 precluded tests from running on
Swift 5.6. This has been resolved in Swift 5.6.1.

Modifications:

- Re-enable tests on 5.6
- Disable TSAN on 5.6 (the tests for AsyncServerHandler are abusing
  `EmbeddedChannel`; the tests will be rewritten when the handler state
  machine is rewritten and the AsyncEmbeddedChannel comes to fruition)

Result:

Tests run on 5.6
@glbrntt glbrntt force-pushed the gb-enable-5.6-tests branch from 83e0aeb to ae93175 Compare April 20, 2022 12:27
@glbrntt glbrntt merged commit c4efc34 into grpc:1.7.1-async-await Apr 20, 2022
@glbrntt glbrntt deleted the gb-enable-5.6-tests branch April 20, 2022 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants