Vijay Pai
152f46b5f6
Move generic stub implementation to header (prepare for templates)
5 years ago
Lidi Zheng
c564d28f9a
Merge pull request #21903 from lidizheng/aio-fix-close
...
[Aio] Attempt to fix recent AsyncIO windows flake
5 years ago
Yash Tibrewal
c3bcb6c7ce
Merge pull request #21846 from yashykt/workserializer
...
Replace LogicalThread with WorkSerializer
5 years ago
Mark D. Roth
2e54903730
Merge pull request #21393 from markdroth/json_new_api_service_config
...
Convert service config code to use new JSON API
5 years ago
Yash Tibrewal
efa815ea1e
Clang-tidy
5 years ago
Lidi Zheng
b378b66f8c
[Aio] Attempt to fix recent AsyncIO windows flake
5 years ago
Jan Tattermusch
96a6894c52
Merge pull request #21812 from jtattermusch/cpp_distribtest_cleanup
...
C++ distribtest improvements
5 years ago
Lidi Zheng
1a778bc62b
Merge pull request #21877 from lidizheng/fix-interop-matrix
...
[Aio] Disable testing AsyncIO for versions that it doesn't exist yet
5 years ago
Lidi Zheng
57c6450dda
Merge pull request #21881 from lidizheng/fix-full-perf
...
Stop building performance artifacts for Android
5 years ago
Yash Tibrewal
f86f7f28bd
Make WorkSerializerImpl a private inner class
5 years ago
Srini Polavarapu
22b515b9f7
Merge pull request #21892 from grpc/jtattermusch-patch-2
...
Update grpc_release_schedule.md with 2020 release dates
5 years ago
Mark D. Roth
19c9cce243
Merge pull request #21875 from markdroth/xds_no_supported_creds_type
...
XdsClient: Generate error message when no supported creds types found.
5 years ago
Mark D. Roth
59796834b7
Merge pull request #21873 from markdroth/service_config_method_wildcard_fix
...
Service config: Use the empty string instead of "*" for wildcard method.
5 years ago
Mark D. Roth
283574e3b7
Convert service config code to use new JSON API
5 years ago
Jan Tattermusch
87f7674248
cleanup C++ distribtests
5 years ago
Jan Tattermusch
9a3bc3d79f
fix formatting
5 years ago
Jan Tattermusch
11a48aea36
Update grpc_release_schedule.md with 2020 release dates
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
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
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