Patch overlooked strings from Python un-namespacing#9094
Conversation
|
If interop tests appear to work nicely, then yay, if they don't, then back to the drawing board. |
|
Well, instead of a segfault there's a timeout. That's... almost progress. Still can't get |
|
Running this branch manually on the interop test machine doesn't show any irregularities, and building shouldn't have any race conditions (heck as much as I'd wanted to make the build parallel distutils doesn't allow that). This is weird. Really, really weird. |
8ed1bbe to
fe83944
Compare
|
Might fix #9108. |
fe83944 to
9fb054a
Compare
| @@ -1,4 +1,4 @@ | |||
| include grpc_version.py | |||
| include health_commands.py | |||
| graft grpc | |||
There was a problem hiding this comment.
I don't understand how the change on this line relates to the rest of the pull request. Have I missed something in the commit messages?
There was a problem hiding this comment.
It's changed for the same reason as everything else: things used to be in a package called grpc, and are now in a package called grpc_$SOMETHING.
| include protoc_deps.py | ||
| include protoc_lib_deps.py | ||
| include README.rst | ||
| graft grpc |
There was a problem hiding this comment.
Here too.
|
Please document failures. If no issue exists, create one and assign it. If one exists, ping it and/or assign it. |
|
Done. |
Failures: #9046, #9117, #9047