- Dec 22, 2016
-
-
Nathaniel Manista authored
"Handle" non-iterator objects in consume_request_iterator by failing the RPC.
-
siddharthshukla authored
Added tests for detecting invocation time defects arising out of the runtime.
-
- Dec 20, 2016
-
-
Jan Tattermusch authored
Backport: Reintroduce test timeouts eliminated by mistake
-
siddharthshukla authored
Cast iterables into iterators for stream based compression, empty message, and metadata tests.
-
siddharthshukla authored
Restructure the consume_request_iterator method to handle exceptions where the object being passed is not an iterator. Fixes #8231 and #8454.
-
Jan Tattermusch authored
-
Nathaniel Manista authored
Drop use of Exception.message in metadata test.
-
- Dec 19, 2016
-
-
Masood Malekghassemi authored
Fix invalid tests.json
-
- Dec 17, 2016
-
-
siddharthshukla authored
Add a comma delimiter for "_invalid_metadata_test.InvalidMetadataTest".
-
Nathaniel Manista authored
Apparently Exception.message was introduced in Python 2.5 and deprecated almost immediately afterward in Python 2.6.
-
- Dec 15, 2016
-
-
Noah Eisen authored
Add check on return value from start_client_batch
-
ncteisen authored
-
apolcyn authored
add ruby subclasses of bad status for each GPRC status code
-
- Dec 14, 2016
-
-
Masood Malekghassemi authored
Merge pull request #9094 from soltanmm-google/praytell-babbage-if-you-do-the-wrong-thing-will-it-still-do-the-right-thing Patch overlooked strings from Python un-namespacing
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Dec 13, 2016
-
-
Nathaniel Manista authored
Interop fixes.
-
Nathaniel Manista authored
Channel ready future test tweaks.
-
Michael Lumish authored
Node: correctly bubble up errors caused by non-serializable writes
-
Masood Malekghassemi authored
Backport of #9071
-
Nathaniel Manista authored
-
Nathaniel Manista authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
Uses dynamic loading to paper-over the negative effects of losing namespace packages in the previous commit.
-
Masood Malekghassemi authored
Setuptools was updated and our hacky namespace-package-chickens came back to roost. This removes the unsupported namespace package hacks.
-
- Dec 11, 2016
-
-
Nathaniel Manista authored
ServicerContext methods doc string fix and tweak.
-
- Dec 10, 2016
-
-
Masood Malekghassemi authored
Merge pull request #9051 from soltanmm-google/I-used-to-hate-history-class,then-I-learned-for-myself-that-so-long-as-we're-all-human-we-will-make-the-same-human-mistakes-again-and-again-and-that's-worth-studying Backport Python setuptools unpinning
-
Noah Eisen authored
Fix Go Docker Backport
-
Masood Malekghassemi authored
This should allow our tests to build on newer virtualenvs.
-
Masood Malekghassemi authored
Merge pull request #9042 from soltanmm-google/science-illiteracy-is-becoming-an-existential-threat-as-we-turn-scientists-into-living-cassandra-metaphors Up-version Python for backports
-
Nathaniel Manista authored
-
Nathaniel Manista authored
It was a mistake that requests might be sent; the test specification calls for no requests to be sent. It was a mistake that the response future's cancelled() method was called; the cancelled() method returns something more like "was this object's cancel() method called earlier?" than "did the RPC terminate with status code CANCELLED?". Since it's something that we'd well enough like to work I've retained the cancelled() call with a different failure message.
-
Noah Eisen authored
-
- Dec 09, 2016
-
-
Masood Malekghassemi authored
-
Nathaniel Manista authored
ServicerContext.set_code takes a (grpc.)StatusCode, not an integer.
-
- Dec 08, 2016
-
-
Masood Malekghassemi authored
Merge pull request #8990 from soltanmm-google/have-fun-filling-in-the-blanks-of-reality-with-belief-structures Backport Python features to v1.0.x
-
- Dec 07, 2016
-
-
Masood Malekghassemi authored
Backports per-object grpc_init/deinit and separated-file grpc protoc codegen (#7538, #8246, #8920).
-
Nathaniel Manista authored
Refactor channel call management.
-
Masood Malekghassemi authored
Merge pull request #8970 from soltanmm-google/profit-driven-education-seems-like-a-pretty-obvious-echo-chamber-spiral-now-that-I-think-about-it Fix test runner failures for Python on Windows
-
- Dec 06, 2016
-
-
apolcyn authored
Update ruby protobuf to 310
-