Steven E Wright
88f5f130dd
Fix `shorten-64-to-32` warning in `GRPCChannel`
...
Per: https://github.com/grpc/grpc/issues/20122 this change avoids the `shorten-64-to-32` warning by calling the correct `NSNumber` factory method for an `NSUInteger` (the base type for the `GRPCCompressionAlgorithm` enum)
5 years ago
Juanli Shen
be4318810c
Merge pull request #16452 from AspirinSJL/add_msg_size_test
...
Test message size of 100MB
5 years ago
Mark D. Roth
fbd7ab53c7
Merge pull request #19036 from markdroth/lb_policy_per_rpc_backend_metric_api
...
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Mark D. Roth
d810671d93
Merge pull request #20039 from markdroth/health_check_service_name_change
...
Apply health check service name changes to existing subchannels.
5 years ago
Jan Tattermusch
88e7107177
Merge pull request #20076 from jtattermusch/grpcdotnet_client_compression
...
enable grpc-dotnet client compression interop tests
5 years ago
Jan Tattermusch
7d0dc91a9b
Merge branch 'master' into grpcdotnet_client_compression
5 years ago
rmstar
583ea7debd
Merge pull request #20065 from rmstar/timerrace
...
Add test for timer expiry racing with cancelation
5 years ago
Juanli Shen
d34f366337
Test message size of 100MB
5 years ago
Yash Tibrewal
afadd42297
Merge pull request #20058 from yashykt/createchannelbadcreds
...
Init needs to be called in case of bad creds
5 years ago
Prashant Jaikumar
4dfa808e75
Add test for timer expiry racing with cancelation
5 years ago
Juanli Shen
5f7f11e56e
Merge pull request #20022 from AspirinSJL/xds_test_refactor
...
Refactor response building in xds test
5 years ago
Richard Belleville
c9c847f334
Merge pull request #20097 from gnossen/dual_version_python_tests
...
Upgrade to Bazel 0.28.1
5 years ago
hcaseyal
07ba4de392
Merge pull request #20091 from hcaseyal/bm_chttp2_transport
...
Fix race in bm_chttp2_transport
5 years ago
Jan Tattermusch
dfae165114
Merge pull request #20099 from jtattermusch/dotnet_client_more_auth_interop
...
enable compute_engine_creds and jwt_token_creds interop tests for managed dotnet client
5 years ago
Richard Belleville
e70788364b
Make dependency on template files explicit
5 years ago
Muxi Yan
21cf17aacf
Merge pull request #20103 from muxi/revert-19704
...
Revert #19704 and #20060
5 years ago
Mark D. Roth
21c5424477
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Juanli Shen
a1ca6a099d
Refactor response building in xds test
5 years ago
Muxi Yan
d1f4456dc6
Revert "Merge pull request #19704 from muxi/isolate-call-implementation-2"
...
This reverts commit ac5f8062dd
, reversing
changes made to 8ae549431c
.
5 years ago
Juanli Shen
f29aee7fa9
Merge pull request #20093 from AspirinSJL/tune_lr
...
Tune load reporter test
5 years ago
Richard Belleville
d3cd387e03
Bump rules_apple
5 years ago
Richard Belleville
a451a3a94b
Rename function
5 years ago
Hope Casey-Allen
6dfe27ab08
Fix race in bm_chttp2_transport
5 years ago
Mark D. Roth
c8430023a5
Apply health check service name changes to existing subchannels.
5 years ago
Mark D. Roth
76ac4595e3
Merge pull request #20090 from markdroth/lb_policy_api_improvements
...
LB policy API changes suggested by Sanjay.
5 years ago
Esun Kim
18ede422b9
Merge pull request #20083 from veblush/linux-docker
...
Add auditwheel to linux docker
5 years ago
Esun Kim
ec1f1ec5e8
Merge pull request #20080 from veblush/auditwheel
...
Run auditwheel-show to python artifacts
5 years ago
Esun Kim
91f1e8c703
Merge pull request #20084 from veblush/i386
...
Replace 32bit/debian:jessie with i386/debian:jessie
5 years ago
Vijay Pai
5bf8760d3c
Merge pull request #19957 from g-easy/tags
...
Use opencensus::tags::TagKey.
5 years ago
Jan Tattermusch
1ee329187f
enable compute_enging_creds and jwt_token_creds interop tests for managed dotnet client
5 years ago
Jan Tattermusch
abc384164a
fix kwargs syntax error
5 years ago
Jan Tattermusch
291b0d42d5
Merge pull request #20092 from jtattermusch/python_fix_docker_build
...
Make python dockerfiles buildable again
5 years ago
Arjun Roy
4162a3d460
Merge pull request #20052 from arjunroy/writes_per_tcp_test_fix
...
Fixed init-order-fiasco for static slice table.
5 years ago
Richard Belleville
3207e62328
Finish todo
5 years ago
Richard Belleville
544ead769d
Remove explicit Python 3 testing
5 years ago
Richard Belleville
6dfa96524d
Fix failing CPP test
5 years ago
Richard Belleville
1b69538d58
Switch all tests to py2and3_test
5 years ago
Richard Belleville
27990a5541
Explicitly add python versions to examples.
5 years ago
Yash Tibrewal
7a0f7ec1e7
Merge pull request #17116 from zsojma/feature/no_grpc_proxy
...
ability to set grpc proxy with no effect on http proxy
5 years ago
Jan Tattermusch
b7667478cf
bump bazel version to 0.27
5 years ago
Richard Belleville
426450cd82
Implement dual testing
5 years ago
Richard Belleville
4e317f0b34
Merge pull request #20027 from gnossen/py_proto_library_deps
...
Switch py_proto_library from using src to deps to conform with google3
5 years ago
Arjun Roy
2767accc1b
Fixed init-order-fiasco for static slice table.
...
Fixes init-order bug affecting https://github.com/grpc/grpc/issues/19819 which
was first exposed by this commit:
857375a142
5 years ago
Juanli Shen
732e2a1e90
Tune load reporter test
5 years ago
Juanli Shen
3684c486b0
Merge pull request #18259 from AspirinSJL/update_build_doc
...
Update doc to use clang-5.0
5 years ago
Jan Tattermusch
905f52852e
make python dockerfiles buildable again
5 years ago
Vijay Pai
c22afac623
Merge pull request #16733 from vjpai/generic_lifetime
...
Confirm that generic API method name is not needed after call creation
5 years ago
Juanli Shen
90b0430930
Merge pull request #20069 from AspirinSJL/fix_cast
...
Fix type unmatch
5 years ago
Mark D. Roth
18be57b4df
LB policy API changes suggested by Sanjay.
5 years ago
Mark D. Roth
0bdeca47b6
Merge pull request #19038 from markdroth/lb_policy_create_channel_api_improvement
...
Remove CreateChannel() method from LB helper API.
5 years ago