Lidi Zheng
ffb41a2368
Merge pull request #21819 from Skyscanner/close_ongoing_calls
...
[Aio] Close ongoing calls when the channel is closed
5 years ago
Yash Tibrewal
60ec586e2c
Reviewer comments
5 years ago
Lidi Zheng
f20bf08d17
Merge pull request #21855 from lidizheng/aio-auto-creds
...
[Aio] Fix the server credentials & improve socket implementation
5 years ago
Lidi Zheng
c53dd61dc7
Stop building for Android
5 years ago
Pau Freixes
5cd4e133bf
Increase timeout in some tests
5 years ago
Jiangtao Li
8308b01742
Merge pull request #21705 from ashithasantosh/proto
...
Added max_frame_size field for ALTS frame size negotiation.
5 years ago
Lidi Zheng
bcfbd747e4
Make YAPF happy
5 years ago
Lidi Zheng
be4b16bc7c
Disable testing AsyncIO for versions that it doesn't exist yet
5 years ago
Mark D. Roth
b5df3ee398
XdsClient: Generate error message when no supported creds types found.
5 years ago
Pau Freixes
84d2a70741
Merge branch 'master' into close_ongoing_calls
5 years ago
Pau Freixes
2d89ef0acd
Fix pylint issue
5 years ago
Pau Freixes
3a8be1784c
make YAPF happy
5 years ago
Pau Freixes
c94364f311
Use a weakset for storing ongoing calls
5 years ago
Mark D. Roth
f74b4126ad
Use the empty string instead of "*" for wildcard method.
5 years ago
Mark D. Roth
2a7191abe7
Merge pull request #21866 from markdroth/xds_bootstrap_error_fix
...
Fix bugs in xds bootstrap file parsing.
5 years ago
Pau Freixes
2cef2fce39
Use set as data structure for trace ongoing calls
5 years ago
Pau Freixes
d0b218ae18
Once cancelled just destroy the channel
5 years ago
Jan Tattermusch
4a366ab94e
Merge pull request #21834 from jtattermusch/eradicate_boringssl_err_data
...
Get rid of boringssl podspec err_data.c hack
5 years ago
Jan Tattermusch
68e83e36ab
Merge pull request #21811 from jtattermusch/boringssl_bazel_sha
...
Use sha256 for boringssl bazel dependency
5 years ago
Eric Gribkoff
1e75218905
wait for backend health first
5 years ago
Eric Gribkoff
31fa9550e5
Add runner script for xDS integration tests
5 years ago
Mehrdad Afshari
faf406d65b
Merge pull request #21865 from mehrdada/genericize-rpc_test
...
Check .code() before .cancelled() in Python RPC tests
5 years ago
Esun Kim
bd57b6523c
Merge pull request #21825 from veblush/test-robust
...
Make test code use TestEnvironment (part 3)
5 years ago
Mark D. Roth
0cbe92af6c
Fix bugs in xds bootstrap file parsing.
5 years ago
Lidi Zheng
69c63cb33a
Merge pull request #21770 from lidizheng/aio-timeout
...
[Aio] Add tests for timeout mechanism on the client-side
5 years ago
Mehrdad Afshari
9bdd529077
Check .code() before .cancelled() in Python RPC tests
...
Call object's `.cancelled()` is not guaranteed to immediately return
True per spec even if `cancel()` is called. `.code()` ensures that
the RPC is terminated before we check for `.cancelled()` to ensure
our test is not stricter than necessary (a conforming implementation
should be allowed to return `False` on `cancelled()` for a bit due
to a race or something. This change makes the test more generically
applicable to other implementations.
5 years ago
Lidi Zheng
892fdf85d6
Add SecureLocalInteropTest to tests.json
5 years ago
Lidi Zheng
47246c86bb
Fix the server credentials & improve socket implementation
5 years ago
Lidi Zheng
343e77ab9e
Merge pull request #21714 from lidizheng/aio-auto
...
[Aio] Introduce gRPC Async into our interop combo
5 years ago
Lidi Zheng
fb849fbda7
Merge pull request #21863 from lidizheng/flake-channel-argument
...
[Aio] Deflake the channel_argument_test & improve socket error handling
5 years ago
Lidi Zheng
13e1965b38
Let the template spit out the backslashes
5 years ago
Lidi Zheng
ef3e6da5ba
s/use_asyncio/use-asyncio/g
5 years ago
Lidi Zheng
788d14cb1f
Enable more local interop test cases and other fixes:
...
* Support echo status and metadata for interop test server
* Add set_code and set_details for ServicerContext
* Add an is_ok() method on cygrpc._AioCall object
* Sanitize user supplied status code
* Prettify server-side unexpected exception log
* Reduce log spams from unary calls
5 years ago
Lidi Zheng
9b26b410fb
Support echo status for interop test server
5 years ago
Lidi Zheng
4842e23e9c
Make YAPF happy
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
Lidi Zheng
acbc36b281
Remove the unused constant
5 years ago
Lidi Zheng
20a6edfe6e
Restrict visibility & improve readability
5 years ago
Lidi Zheng
dc202bdf1f
Adding gRPC Python AsyncIO interop client and server
5 years ago
Lidi Zheng
b62bc90cec
Update tests.json
5 years ago
Lidi Zheng
f3acd16a49
The initialization of connection might take longer than expected
5 years ago
Lidi Zheng
f713be4f96
Fix the json
5 years ago
Lidi Zheng
ece8422dd0
Simplify the generic handler
5 years ago
Lidi Zheng
c3caab3b3e
Make Python sanity test happy
5 years ago
Lidi Zheng
fd8cf4ec07
Use f-string
5 years ago
Lidi Zheng
2750fa31bb
Remove the evil debug line
5 years ago
Lidi Zheng
48a8072bc9
Add timeout tests
5 years ago
Lidi Zheng
41bc9b9910
Merge pull request #21803 from lidizheng/aio-wait
...
[Aio] Support wait-for-ready mechanism
5 years ago
Lidi Zheng
387c2c7d61
Further reduce the server number to 5
5 years ago
Lidi Zheng
c926941447
Deflake the channel_argument_test & improve socket error handling
5 years ago