Jan Tattermusch
cd8ea5fe45
hit target qps with more precision
2020-05-15 11:03:30 +02:00
Jan Tattermusch
9f9327860b
add testing scripts for xds csharp
2020-05-13 04:27:11 -04:00
Jan Tattermusch
dbdccc4f4d
initial implementation of XdsInteropClient
2020-05-13 04:27:10 -04:00
apolcyn
5a5105b89c
Merge pull request #22876 from apolcyn/recv_status_error_message_ruby
...
Ruby: surface recv_status_op.error_string and into BadStatus exceptions
2020-05-13 00:12:39 -07:00
Alexander Polcyn
90f13f08f0
plumb recv_stats_op error_string field up to the ruby surface
2020-05-12 18:23:22 -07:00
Yang Gao
c9524640ba
Merge pull request #22919 from yang-g/once
...
add a static assert for gpr_once with abseil
2020-05-12 16:32:37 -07:00
Muxi Yan
85b5883553
Merge pull request #22933 from apolcyn/revert_source_addr_in_tcp
...
Revert "Include source address in tcp posix async connect errors"
2020-05-12 15:43:16 -07:00
donnadionne
b1425e2c62
Merge pull request #22749 from donnadionne/new
...
Integrating weighted target policy into xds routing policy
2020-05-12 15:32:39 -07:00
Eric Anderson
576f478a74
Merge pull request #22886 from ejona86/compression-initial-call
...
doc/compression.md: Make it clear compression is per-RPC
2020-05-12 15:03:42 -07:00
Yash Tibrewal
8cf2c89167
Merge pull request #22929 from yashykt/gzipcompmissingtrailer
...
Fail decompression when the gzip trailer is missing
2020-05-12 14:23:56 -07:00
Alexander Polcyn
330a8a4efe
Revert "Include source address in TCP posix connect errors"
...
This reverts commit dee079811b .
2020-05-12 13:57:53 -07:00
Alexander Polcyn
2958c2b622
Revert "Incorporate changes to grpc_sockaddr_to_string API"
...
This reverts commit 401f76e573 .
2020-05-12 13:56:38 -07:00
Donna Dionne
9ad561c436
Integrating weighted target policy into xds routing policy
2020-05-12 13:52:10 -07:00
apolcyn
6640651bcf
Merge pull request #20867 from yoshimaru46/fix-to-use-immutable-string-literal
...
Fix to use immutable string literal
2020-05-12 13:24:17 -07:00
apolcyn
e63fa5fdf0
Merge pull request #22734 from south37/fix-yard-annotation-of-client-interceptor
...
Fix YARD annotation of GRPC::ClientInterceptor
2020-05-12 11:44:47 -07:00
Yash Tibrewal
1d7f3b130b
Reviewer comments
2020-05-12 11:31:36 -07:00
Yash Tibrewal
8f11aba818
Reviewer comments
2020-05-12 11:26:11 -07:00
Yash Tibrewal
17b6be1ed8
Reviewer comments
2020-05-12 11:13:38 -07:00
Jiangtao Li
df7ed0744d
Merge pull request #22873 from jiangtaoli2016/tls_cred_options
...
TlsCredentialsOption API optimization
2020-05-12 09:10:10 -07:00
Jan Tattermusch
cce83b9971
Merge pull request #22894 from vivainio/master
...
C#: add SkipGrpcNativeLibs flag (in Grpc.Core.targets)
2020-05-12 14:41:40 +02:00
Yash Tibrewal
516c2f591a
Fail decompression when the gzip trailer is missing
2020-05-12 04:43:57 -07:00
Yash Tibrewal
fab7c2a7df
Merge pull request #22870 from thomasetter/master
...
do not write unnecessary (and incorrect) new lines in binary output for the grpc_cli
2020-05-12 02:12:36 -07:00
jiangtaoli2016
12a6435557
TlsCredentialsOption API optimization
2020-05-11 22:46:11 -07:00
Yang Gao
506cf26b49
Merge pull request #22922 from yang-g/sequential_conn
...
Let the connectivity test use local subchannel pool to create multipl…
2020-05-11 20:45:25 -07:00
apolcyn
5df117434c
Merge pull request #22802 from apolcyn/source_addr_in_tcp
...
Include source address in tcp posix async connect errors
2020-05-11 17:50:43 -07:00
Esun Kim
0c01ee544f
Merge pull request #22924 from veblush/fix-build-in-cpp20-2
...
Fix build in c++2a mode
2020-05-11 16:23:58 -07:00
yang-g
9c63d75e20
Resolve comments
2020-05-11 15:42:37 -07:00
apolcyn
2c033a8fc2
Merge pull request #22915 from terracatta/patch-1
...
Convert hash to keyword arguments for ruby 2.7
2020-05-11 15:02:00 -07:00
Alexander Polcyn
401f76e573
Incorporate changes to grpc_sockaddr_to_string API
2020-05-11 15:00:31 -07:00
yang-g
52b3c66e53
Cover both subchannel sharing/non-sharing cases in test
2020-05-11 14:52:36 -07:00
Eric Anderson
3d8d1c89a2
Merge pull request #22921 from ejona86/java-interop-try-again
...
tools/dockerfile: Run Java build twice to reduce flakiness
2020-05-11 14:34:10 -07:00
Alexander Polcyn
dee079811b
Include source address in TCP posix connect errors
2020-05-11 14:03:20 -07:00
Esun Kim
bf0df18e52
Fix build in c++2a mode
2020-05-11 13:39:19 -07:00
Mark D. Roth
729af3a43d
Merge pull request #22859 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble.
2020-05-11 12:16:26 -07:00
yang-g
ae8770a317
Let the connectivity test use local subchannel pool to create multiple connections
2020-05-11 11:57:19 -07:00
Eric Anderson
eee38e35dd
tools/dockerfile: Run Java build twice to reduce flakiness
...
Downloads fail from time to time because Gradle does not retry certain
types of network failures
(https://github.com/gradle/gradle/issues/8264 ).
Retrying twice should reduce the flake rate below noticeable without
increasing the size of the interop image created for each new release
for historical testing.
Fixes #18892
2020-05-11 11:37:49 -07:00
apolcyn
4383f8dc38
Merge pull request #22887 from apolcyn/channel_soak_test_improvements
...
Make channel/rpc soak interop tests easier to debug
2020-05-11 11:21:07 -07:00
Lidi Zheng
5ba3ee13b4
Merge pull request #22920 from lidizheng/stop-leak
...
Add module docstring for the leak test
2020-05-11 10:57:05 -07:00
Yang Gao
37a1630d37
Merge pull request #22383 from yang-g/server_comment
...
Add comment for error case
2020-05-11 10:33:46 -07:00
Lidi Zheng
205ad35413
Add module docstring for the leak test
2020-05-11 10:10:55 -07:00
yang-g
6035ee7a5e
add a static assert for gpr_once with abseil
2020-05-11 09:42:59 -07:00
Jan Tattermusch
183a79f426
A few more nits
2020-05-11 17:02:42 +02:00
Jan Tattermusch
1b9df95bb0
review comments
2020-05-11 17:00:35 +02:00
Mark D. Roth
e4801d2ecb
Merge pull request #22858 from markdroth/xds_on_resource_does_not_exist
...
xds: When listener does not exist, put channel in TRANSIENT_FAILURE.
2020-05-11 07:41:52 -07:00
Mark D. Roth
05d2ce6c6d
Pass repo manager duty to nicolasnoble.
2020-05-11 07:20:22 -07:00
Jan Tattermusch
812d70d43e
Merge pull request #21720 from githubuser0xFFFF/master
...
Fixed MinGW 7.3.0 shared library compile and link issues
2020-05-11 15:06:29 +02:00
Uwe Kindler
c7efcf6824
regenerate CMakeLists.txt
2020-05-11 13:00:44 +02:00
Uwe Kindler
56f0dfbb29
Fixed MinGW 7.3.0 shared library compile and link issues
...
added definition WIN32_WINNT=0x600
added missing libraries wsock32 ws2_32 crypt32
2020-05-11 13:00:29 +02:00
Jan Tattermusch
b63cbe423d
Merge pull request #21541 from srcmake/docs/cpp-readme-updates
...
[Doc] Fix Link To C++ Guide
2020-05-11 09:38:23 +02:00
Jason Meller
3e17411774
Covert hash to keyword arguments for ruby 2.7
...
Ruby 2.7 deprecated passing a hash as the last argument for a method that takes keyword params. This commit coverts the hash explicitly to keyword args using the double splat.
```
grpc-1.28.0-universal-darwin/src/ruby/lib/grpc/generic/service.rb:170: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
```
2020-05-10 17:15:30 -04:00