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
Mark D. Roth
a053927c47
Merge pull request #21813 from markdroth/xds_lb_cleanup
...
Remove PriorityList from xds LB policy
5 years ago
Lidi Zheng
27a7ec6b0d
Make YAPF happy
5 years ago
Lidi Zheng
0de9a7b231
Fix typo
5 years ago
Jan Tattermusch
93eb2bf62f
use sha256 for boringssl bazel dependency
5 years ago
Jan Tattermusch
9ad0a632b5
regenerate projects
5 years ago
Jan Tattermusch
5d9a67a56d
use third_party/boringssl-with-bazel/err_data.c instead of err_data.c
5 years ago
Jan Tattermusch
b8aa71ded7
Merge pull request #21833 from jtattermusch/reintroduce_again_21527
...
Reintroduce #21527 (boringssl submodule unification - take two)
5 years ago
Matthew Stevenson
f557437b51
Add back changes.
5 years ago
Mark D. Roth
2e7d6b94ea
Merge pull request #21242 from markdroth/json_new_api
...
Convert channelz code to use new JSON API
5 years ago
Matthew Stevenson
25601302e4
Merge branch 'master' of https://github.com/grpc/grpc into tls-credentials-1
5 years ago
Karthik Ravi Shankar
d1169cb47f
Merge pull request #21388 from ishankhare07/patch-1
...
nest time units
5 years ago
Karthik Ravi Shankar
f59929b77a
Merge pull request #21826 from ColdMeekly/patch-1
...
Fixed link to http_archive
5 years ago
Vijay Pai
4a6d07747a
Merge pull request #21841 from vjpai/qps_no_more_shutdown_thread
...
QPS test: Shutdown server properly before CQs
5 years ago
Ben Reed
01457b2b5a
Add ignore android flag in performance README.md
...
The tools/run_tests/performance/README.md file provides an example to
run workers in Java. However, this example does not work out of the
box, because the Java build requires an Android SDK. This change adds a
Gradle flag `-PskipAndroid=true` to the existing example, allowing it to
work as intended.
Signed-off-by: Ben Reed <benreed@google.com>
5 years ago
Yash Tibrewal
74309886bb
Replace LogicalThread with WorkSerializer
5 years ago
Vijay Pai
fcc5e58a4e
Merge pull request #21747 from vjpai/synced_alarm
...
Make use of alarm in test service more robust
5 years ago
Muxi Yan
1715a811bb
Merge pull request #21842 from muxi/timestamp_debug
...
Timestamp ObjC test outputs
5 years ago
Mark D. Roth
37db4d876d
Merge pull request #21394 from markdroth/json_new_api_xds_client
...
Convert xds bootstrap code to use new JSON API
5 years ago
Mark D. Roth
568f490aef
Merge pull request #21256 from markdroth/json_new_api_security
...
Convert security code to use new JSON API
5 years ago
Mark D. Roth
bc5e3fb661
Convert channelz code to use new JSON API
5 years ago
Muxi Yan
f61a85eefa
Add timestamp to basic tests
5 years ago
Muxi Yan
37cb19fb9e
Add timestamp to build tests
5 years ago
ZhenLian
42433a18c2
Merge pull request #21779 from grpc/zhen_cleanup_namecheck
...
[TLS Lib Clean-up] Add host name check For tls library
5 years ago
Vijay Pai
6622c94c17
Shutdown server properly before CQs
5 years ago