Lidi Zheng
3e85a129b4
Add test case for set_code with no return value
5 years ago
Lidi Zheng
eb9728f25f
Add AsyncIO support to grpcio-reflection
5 years ago
Taras Galkovskyi
83ada3b598
adjusting formatting & tests
5 years ago
Taras Galkovskyi
2b3eca0858
adding api to configure target service accounts for client ALTS
5 years ago
Taras Galkovskyi
ed04792ac5
unify interop alts credentials use
5 years ago
Taras Galkovskyi
309c8e65f4
declare alts support for python interop client/server
5 years ago
Taras Galkovskyi
828ee320a4
Expose ALTS client/server credentials on Python layer
5 years ago
Lidi Zheng
2b6037f113
Rename to wait_for_conneciton && Add to unary-unary RPC
5 years ago
Lidi Zheng
2bbf0a79f6
Make pytype happy
5 years ago
Lidi Zheng
58beda2f73
Add try_connect API to StreamUnaryCall
5 years ago
Lidi Zheng
41866c1250
Add try_connect API for UnaryStreamCall and StreamStreamCall
5 years ago
Lidi Zheng
8b1a6c8f45
Accepts normal iterable of request messages
5 years ago
Richard Belleville
c1953880f7
Modify tests accordingly
5 years ago
Lidi Zheng
5cab833808
Make sanity tests happy
5 years ago
Lidi Zheng
dc1d1e165d
Add two more metadata tests
5 years ago
Lidi Zheng
ee31a696ab
Cast metadata to tuple
5 years ago
Lidi Zheng
5182e9f07f
Eliminates suspicious exceptions in test logs
5 years ago
Mariano Anaya
a8ad4db3af
[issue21953] Fix import in test
...
Import metadata from the canonical place.
5 years ago
Mariano Anaya
2be1ec9c6e
[issue21953] Move tests to the aio part
...
* Export the new metadata type through the ``__init__.py``
* Move the tests from the old location to the new one for the
asynchronous stack.
5 years ago
Mariano Anaya
6891169b58
Apply PR feedback
...
* Fix the length of the object to account for all the keys it holds
(consider it's a multi-mapping)
* Add support for deleting items
* Make test stricter
5 years ago
Mariano Anaya
1f2d916386
[aio] Metadata type: Fix tests & __repr__
5 years ago
Mariano Anaya
0be36ed606
Add mutability to the MetadataType
5 years ago
Mariano Anaya
7d88c61f57
Initial modelling of the metadata abstraction
...
Create the initial version for the abstraction for the Metadata based on
the discussion at https://github.com/grpc/grpc/issues/21953
5 years ago
Lidi Zheng
5cd773731d
Assert with public API instead of private API
5 years ago
jiangtaoli2016
951abee174
Revert "Append old ca.pem"
...
This reverts commit 13c6b6c612
.
5 years ago
jiangtaoli2016
13c6b6c612
Append old ca.pem
5 years ago
jiangtaoli2016
2620763fdd
Update test creds for php, python, ruby
5 years ago
Richard Belleville
a82f8f3dd7
Ensure unit tests don't pick up interop client
5 years ago
Lidi Zheng
46bb3769a9
Override the auth plugin behavior
5 years ago
Richard Belleville
7fd0c8fc1a
Clean up client
5 years ago
Lidi Zheng
82050ae192
Initialize credentials after IO engine set
5 years ago
Richard Belleville
34e320a439
Working client
5 years ago
Lidi Zheng
3779b12203
Enable skipped tests
5 years ago
Mariano Anaya
da698286e4
Fix tests.json
...
Remove tests from the old branch (conflict resolution leftover issue).
5 years ago
Mariano Anaya
963429864e
Skip failing tests due to a regression
...
Reported at https://github.com/grpc/grpc/issues/22302
5 years ago
Mariano Anaya
bd4679439c
Add 'resources' to bazel build file
5 years ago
Mariano Anaya
a8f7dfe4c5
Update exception used in test
5 years ago
Mariano Anaya
dff4a30b6c
Fix build & address review comments
...
Fixes https://github.com/grpc/grpc/issues/20532
5 years ago
Mariano Anaya
4d492d28a7
Add test for full-duplex call
5 years ago
Mariano Anaya
8165cc2d97
Extend with more tests
5 years ago
Mariano Anaya
33e15156bb
[WIP] Feedback on the PR
5 years ago
Mariano Anaya
a3459d371d
Code cleanup
5 years ago
Mariano Anaya
f2aad7e54c
Extend tests for secure channels & credentials
5 years ago
Mariano Anaya
764be7ed92
Improve error message by including the error code
5 years ago
Mariano Anaya
4ec09a0a26
[WIP] test call credentials
5 years ago
Mariano Anaya
88e922c03f
Make the server test use SSL credentials
5 years ago
Lidi Zheng
d43ac68bf3
Make the empty service default to SERVING state
5 years ago
Lidi Zheng
562f3ca5f5
Add port needs a FQN
5 years ago
Lidi Zheng
5d1651ff65
Don't graceful shutdown cq to avoid the deadlock
5 years ago
Richard Belleville
f26f80d532
Log TID
5 years ago