Richard Belleville
e7e41e7610
Change up ordering
5 years ago
Richard Belleville
6e7f9f2ebe
Add typing
5 years ago
Richard Belleville
70d3765712
Use debug level logging
5 years ago
Richard Belleville
09774aebfb
Put libraries in order of reference
5 years ago
Richard Belleville
70837b3351
Don't attempt to run under setuptools
5 years ago
Richard Belleville
270880f440
Yapf
5 years ago
Richard Belleville
94efe57fb0
Buildifier
5 years ago
Richard Belleville
78c9ce56e5
Remove unguarded import of simple_stubs
5 years ago
Richard Belleville
36aa768290
Correct tests.json
5 years ago
Richard Belleville
e5b287ead8
Yapf. Pylint
5 years ago
Richard Belleville
ac864c7502
Make APIs experimental
5 years ago
Richard Belleville
84c8dc739e
Add insecure_channel_credentials function
5 years ago
Richard Belleville
aadcded305
Add docstrings
5 years ago
Richard Belleville
1abe2f0ac2
Add stream_stream
5 years ago
Richard Belleville
38bef98463
Add stream-unary
5 years ago
Richard Belleville
b5f06c216e
Implement unary_stream
5 years ago
Richard Belleville
4ac50ceed6
Add maximum-based channel eviction
5 years ago
Richard Belleville
20f85c1d60
Don't run test under Python 2
5 years ago
Richard Belleville
741b407ac4
Add simple eviction mechanism
5 years ago
Richard Belleville
5a8a6e3ad3
Add thread-safe channel cache. Test that it actually caches
5 years ago
Richard Belleville
0c4af58acc
Add test and fake LRU cache interface
5 years ago
Karthik Ravi Shankar
864c8a96d2
Merge pull request #21848 from codeblooded/add-skip-android-flag-to-java-example
...
Add ignore android flag in performance README.md
5 years ago
Karthik Ravi Shankar
0aadc18408
Merge pull request #21883 from karthikravis/update-rotation
...
Pass C repo manager to Donna
5 years ago
Karthik Ravi Shankar
122f699cde
Pass C repo manager to Donna
5 years ago
Lidi Zheng
ffb41a2368
Merge pull request #21819 from Skyscanner/close_ongoing_calls
...
[Aio] Close ongoing calls when the channel is closed
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
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
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
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
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