- Feb 23, 2017
-
-
Ken Payson authored
-
- Feb 10, 2017
-
-
Ken Payson authored
Using the same namespace results in errors when using the c-extension version of protobuf due to name collisions
-
- Feb 07, 2017
-
-
Nathaniel Manista authored
This brings gRPC Python into conformance with the recommendation in https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md.
-
murgatroid99 authored
-
- Feb 06, 2017
-
-
Ken Payson authored
-
- Feb 01, 2017
-
-
murgatroid99 authored
-
- Jan 31, 2017
-
-
murgatroid99 authored
-
- Jan 30, 2017
-
-
Nicolas "Pixel" Noble authored
-
- Jan 28, 2017
-
-
Mark D. Roth authored
-
Mark D. Roth authored
-
Mark D. Roth authored
-
- Jan 23, 2017
-
-
Nicolas "Pixel" Noble authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jan 21, 2017
-
-
Craig Tiller authored
-
Masood Malekghassemi authored
-
Nathaniel Manista authored
A weak test is included; proper test coverage will come later.
-
- Jan 20, 2017
-
-
Stanley Cheung authored
-
Masood Malekghassemi authored
... but for real this time.
-
- Jan 19, 2017
-
-
Nathaniel Manista authored
In those places where we return an object that implements two interfaces (let's say P and Q), consistently describe it as a "P-Q" rather than once mentioning that it is a P and describing it as a "Q" for the rest of prose.
-
ncteisen authored
The test now expects to receive StatusCode.INTERNAL when it receives a RST_STREAM from the server in order to comply with https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md Also added wait for ready behavior on the client channel.
-
- Jan 18, 2017
-
-
Masood Malekghassemi authored
-
Nathaniel Manista authored
This should have been included in dd52a313 but was missed because it falsely passes almost all of the time.
-
- Jan 17, 2017
-
-
Masood Malekghassemi authored
-
- Jan 14, 2017
-
-
Masood Malekghassemi authored
This reads directly off of the slices rather than ref'ing and unref'ing them. There's likely some silliness w.r.t. interned slices and references to them outliving their associated call objects, but we are just ignoring that for now.
-
- Jan 10, 2017
-
-
ncteisen authored
The clients now block until the channel is in the READY state. This fixes some test flakiness issues we have had.
-
- Jan 06, 2017
-
-
Craig Tiller authored
-
Mark D. Roth authored
-
- Jan 05, 2017
-
-
Nicolas "Pixel" Noble authored
-
- Jan 04, 2017
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
- Dec 29, 2016
-
-
Nathaniel Manista authored
It's been confusing that these tests have been called "interop" but are not actually tests of interoperation.
-
- Dec 27, 2016
-
-
Masood Malekghassemi authored
-
- Dec 22, 2016
-
-
siddharthshukla authored
Added tests for detecting invocation time defects arising out of the runtime.
-
- Dec 20, 2016
-
-
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.
-
- Dec 19, 2016
-
-
ncteisen authored
Documentation for the new tests can be found https://github.com/grpc/grpc/blob/master/doc/negative-http2-interop-test-descriptions.md
-
- 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
-
-
ncteisen authored
-