Richard Belleville
bc157d5eb5
Support Windows
5 years ago
Richard Belleville
2ed3d6bb5e
Add to tests.json
5 years ago
Richard Belleville
f4d4200127
Underscore
5 years ago
Mariano Anaya
6e83eb79f4
Apply formatting & fix typing
5 years ago
Mariano Anaya
7b3430ef3e
Restore test that passes metadata in a list
...
The old interface of accepting the metadata as a list, should be kept
due to a backwards incompatibility with a client.
The new ``aio.Metadata()`` type supports iteration, so creating a list
from it, is possible.
5 years ago
Mariano Anaya
a6bf093af8
Use metadata types in the service context
...
Replace the signature to allow methods to use the metadata object.
Internally, they'll still wrap the data in a tuple, but the interface
makes it clear that the ``aio.Metadata()`` object is supported.
Remove the ``tuple(<metadata>)`` conversions done in the tests.
5 years ago
Mariano Anaya
5a5a578446
Fix new metadata tests
...
Using the new aio.Metadata() type instead of tuple.
5 years ago
Mariano Anaya
8fcc77a310
[issue-21953] Improvements from review
...
* Replace ``MetadataType`` by ``Metadata`` in all places
* Fix annotations
* Use the new ``Metadata.from_tuple`` to create Metadata objects
5 years ago
Mariano Anaya
e9dadf46bf
[issue-24953] Fix tests, format, & types
...
Fixes https://github.com/grpc/grpc/issues/21953
5 years ago
Mariano Anaya
e04fcd2998
[issue-21953] Use the Metadata type
...
In all places where a tuple was used for metadata (in the aio version),
replace it by the new ``Metadata`` class.
5 years ago
Richard Belleville
c843c18801
Actually change the implementation
5 years ago
Richard Belleville
2d4b6e894b
Interoperate with contextvars backports
5 years ago
Pau Freixes
b4afe041f1
Fixed weird annotation issues with pytype
5 years ago
Pau Freixes
c8b7f22474
Apply feedback review
5 years ago
Richard Belleville
3ade93b447
Add TODOs
5 years ago
Richard Belleville
8487ce7faf
Propagate on posix
5 years ago
Richard Belleville
bccbda7f28
Add failing test
5 years ago
Pau Freixes
f9d9793c96
Apply review feedback
5 years ago
Pau Freixes
b3425f6dbf
Add stream stream client interceptor support
...
This was the last missing arity which did not have support yet for
the interceptors in the client side for the Aio package. This commit
adds specific support for this interceptro which allows the deveveloper
to intercept the request iterator and the response iterator.
5 years ago
Mark D. Roth
3bb427195e
Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec"
...
This reverts commit 4b7452bcdb
, reversing
changes made to 133d0076b4
.
5 years ago
Mark D. Roth
aed6574023
Refactor ServiceConfig code to move parsing to its own API.
5 years ago
Lidi Zheng
a275cb1eaa
Supply sock options but still close the socket
5 years ago
Karthik Ravi Shankar
f46c07f3f8
Revert "Remove gpr_strvec."
5 years ago
Mark D. Roth
c2ef110303
Replace gpr_strvec with absl::StrJoin().
5 years ago
Lidi Zheng
ea7116d3b7
Try another approach to stablize the test
5 years ago
Stanley Cheung
18b1d4a398
Bump version to 1.29.1 for PHP
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Lidi Zheng
70f9dc5441
Close the socket before constructing the channel
5 years ago
Lidi Zheng
b2b939d747
Make pytype happy
5 years ago
Lidi Zheng
f0f99b1b05
Clean up test logic
5 years ago
Lidi Zheng
7eeab2a23c
Describe the expectations of input arguments and return values
5 years ago
Lidi Zheng
ef6ff6dcfd
Make linters happy
5 years ago
Lidi Zheng
028a7c4e79
Add test cases for server interceptors
5 years ago
Lidi Zheng
205ad35413
Add module docstring for the leak test
5 years ago
Lidi Zheng
e844f30101
Close Core's channel when there is no reference to the channel
5 years ago
Mark D. Roth
c769951764
Remove deprecated variant of JoinHostPort().
5 years ago
Lidi Zheng
9c537f91f4
Make pytype happy
5 years ago
Lidi Zheng
76b79d0ef6
Refactor the test case
5 years ago
Lidi Zheng
a8c268500d
Revert "Further simplifify the test"
...
This reverts commit aaa0f328c9
.
5 years ago
Lidi Zheng
da428e9020
Pull out _LARGE_UNASSIGNED_ID
5 years ago
Lidi Zheng
e2a41a1001
Restore for 2.7
5 years ago
Lidi Zheng
4484918d34
Close the socket to ensure falling into transient failure state
5 years ago
Mark D. Roth
b95843c1b7
xds: Add support for send_all_clusters field in LRS.
5 years ago
Lidi Zheng
aaa0f328c9
Further simplifify the test
5 years ago
Lidi Zheng
5d8a5ef8c7
Add AsyncIO support for grpcio-channelz
5 years ago
Lidi Zheng
f6e6b9f640
Fix the pylint complain
5 years ago
Pau Freixes
39d8fa3f0b
Apply feedback review
5 years ago
Taras Galkovskyi
f375c0b548
minor stylistic fixes
5 years ago
Nicolas "Pixel" Noble
d9906e4162
Flipping version.
5 years ago
Nicolas "Pixel" Noble
791729d09f
Bumping version.
5 years ago