Add fork tests as Python unit tests#16513
Merged
ericgribkoff merged 2 commits intogrpc:masterfrom Feb 16, 2019
Merged
Conversation
|
|
b145d59 to
758b822
Compare
mehrdada
approved these changes
Aug 30, 2018
|
|
|
d902421 to
828af73
Compare
|
|
|
|
|
|
fd9af51 to
48102c7
Compare
Contributor
Author
gnossen
reviewed
Feb 8, 2019
src/python/grpcio_tests/commands.py
Outdated
Contributor
Author
There was a problem hiding this comment.
Oops, no. Fixed.
gnossen
approved these changes
Feb 8, 2019
ade8226 to
d36adc4
Compare
58f9487 to
6e2e39e
Compare
This was referenced Feb 15, 2019
6e2e39e to
2ea6d3e
Compare
Contributor
Author
|
@gnossen This should be (finally...) ready for review. I filed #18075 to track the issues with 3.7, and for now these tests will only run on Python 2 - but this is far better than nothing, as it would have caught the fork-support breakage fixed-after-the-fact by #17973 and does catch a breakage in the in-progress #17308. |
gnossen
requested changes
Feb 16, 2019
gnossen
approved these changes
Feb 16, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes the fork interop test cases as part of the Python unit test suite. The test pre-fork a local test interop server, and set the polling strategy to epoll1 on Linux and poll on Mac.