Hannah Shi
|
3541005ee1
|
change test case to absolute package name
|
4 years ago |
Hannah Shi
|
5591154743
|
use absolute package name, add test cases
|
4 years ago |
Jan Tattermusch
|
1cdb23240d
|
Merge pull request #23740 from jtattermusch/csharp_interop_xds_splitting_and_routing
C# xds interop tests: add support for xds splitting and routing
|
4 years ago |
Jan Tattermusch
|
5c032c6d7f
|
fail_on_failed_rpc argument not supported for C# XDS client yet
|
4 years ago |
Jan Tattermusch
|
6eda547607
|
workaround C# commandlineparser bug
|
4 years ago |
Jan Tattermusch
|
6c82a2df0c
|
fix params for running C# xds interop client test
|
4 years ago |
Eric Gribkoff
|
d183d68885
|
Merge pull request #23807 from ericgribkoff/deflake_backport_v1.31.x
Deflake fail_on_failed_rpc xDS test cases (cherry-pick)
|
4 years ago |
Eric Gribkoff
|
cdcedbf401
|
Merge pull request #23791 from ericgribkoff/unconditional_wait_for_propagation
Deflake fail_on_failed_rpc xDS test cases
|
4 years ago |
Jan Tattermusch
|
b5849b11f0
|
enable path_matching and header_matching for xds csharp client
|
4 years ago |
Jan Tattermusch
|
db54a04d1e
|
support xDS traffic splitting and routing in c# interop
|
4 years ago |
Nicolas Noble
|
56ad644c32
|
Merge pull request #23733 from jtattermusch/bump_version_v1_31_0
Bump version to v1.31.0 (on v1.31.x release branch)
|
4 years ago |
Jan Tattermusch
|
949b635d57
|
regenerate protos
|
4 years ago |
Jan Tattermusch
|
63d8c89bba
|
regenerate projects
|
4 years ago |
Jan Tattermusch
|
6f86276900
|
bump version to 1.31.0
|
4 years ago |
Mark D. Roth
|
84793a92c2
|
Merge pull request #23666 from markdroth/tls1.3_backport
Disable TLS 1.3 in the C-core.
|
4 years ago |
matthewstevenson88
|
9957299480
|
Merge pull request #23608 from matthewstevenson88/matt-disable-tls13
Disable TLS 1.3 in the C-core.
|
4 years ago |
Eric Gribkoff
|
33a80989ad
|
Merge pull request #23657 from ericgribkoff/backport_new_xds_tests
Backport new xds tests
|
4 years ago |
Menghan Li
|
a7de5792c3
|
xds testing: add path_matching and header_matching to cpp tests
|
4 years ago |
Eric Gribkoff
|
8c03da2c0a
|
Merge pull request #23629 from ericgribkoff/delay_fail_on_failed_rpc
Update semantics of --fail_on_failed_rpc
|
4 years ago |
Menghan Li
|
f189419615
|
Merge pull request #23439 from menghanl/xds_interop_routing
xds interop: add routing path/header matching to framework
|
4 years ago |
Jan Tattermusch
|
be38879301
|
Merge pull request #23649 from jtattermusch/bump_v1_31_0_pre2
Bump version to v1.31.0-pre2 (on v1.31.x release branch).
|
4 years ago |
Jan Tattermusch
|
6f0a17d41d
|
regenerate projects
|
4 years ago |
Jan Tattermusch
|
86195bef6d
|
update version to 1.31.0-pre2
|
4 years ago |
donnadionne
|
9192e594a7
|
Merge pull request #23637 from donnadionne/backport_pr3
Fixing a member var to not be a reference. (backport to v1.31.x)
|
4 years ago |
Donna Dionne
|
ca509c1453
|
Fixing a member var to not be a reference.
|
4 years ago |
donnadionne
|
4abc4714d4
|
Merge pull request #23613 from donnadionne/backport_pr2
Member variable should not be a reference (backport to v1.31.x)
|
4 years ago |
Donna Dionne
|
5f3508b4f3
|
Member variable should not be a reference; causing crash when used in destructor.
|
4 years ago |
donnadionne
|
6a8a66e8cd
|
Merge pull request #23602 from donnadionne/backport_pr
Fixing Ruby 1.31.0.pre1 compilation failure with source-only package
|
4 years ago |
yulin liang
|
b0ec599f1a
|
Merge pull request #23598 from yulin-liang/release
Fix v1.31.0-pre1 gRPC-C++.podspec build issue.
|
4 years ago |
Donna Dionne
|
d8ab2aecf6
|
Fixing Ruby 1.31.0.pre1 compilation failure with source-only package
missing re2 from build_handwritten.yaml and generated grpc.gemspec
|
4 years ago |
yulin-liang
|
a377329c74
|
Fix gRPC-C++.podspec build issue.
|
4 years ago |
Jan Tattermusch
|
f3564bb200
|
Merge pull request #23577 from jtattermusch/bump_1_31_0_pre1
bump version to v1.31.0-pre1 (on v1.31.x branch)
|
4 years ago |
Jan Tattermusch
|
f39f341ee1
|
regenerate projects
|
4 years ago |
Jan Tattermusch
|
d6c15b2438
|
bump version to v1.31.0-pre1
|
4 years ago |
Vijay Pai
|
172f61a3a2
|
Merge pull request #22757 from vjpai/core_server_cxx
C++ify grpc_server
|
4 years ago |
Yash Tibrewal
|
b158eb79f8
|
Merge pull request #23558 from yashykt/cancelstreamdeadline
Explicitly fake the status for when we cancel the streams
|
4 years ago |
Vijay Pai
|
a6e541bb43
|
Make ABSL header block consistent with other code.
|
4 years ago |
Yash Tibrewal
|
4c7120e115
|
Also fake status in grpc_chttp2_mark_stream_closed if already closed but there is an error
|
4 years ago |
apolcyn
|
18695e30ca
|
Merge pull request #23570 from apolcyn/fix_ruby_flake
Add logs to a flakey ruby test that can help to diagnose issue
|
4 years ago |
apolcyn
|
3b2e1c027e
|
Merge pull request #23535 from apolcyn/repro_epollex_issue_minimal
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events
|
4 years ago |
Lidi Zheng
|
bdadeebee5
|
Merge pull request #23556 from lidizheng/fix-gapic-tests
[Aio] Support tuple and aio.Metadata interaction
|
4 years ago |
Yash Tibrewal
|
18763aa864
|
Add comment
|
4 years ago |
Alexander Polcyn
|
d88b77aaab
|
Add logs to a flakey ruby test that can help to diagnose issue
|
4 years ago |
Alexander Polcyn
|
bdfd96ad03
|
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
processing of events
|
4 years ago |
Lidi Zheng
|
666787d841
|
Metadata value has to be string or bytes
|
4 years ago |
Lidi Zheng
|
ffc6bce8ca
|
Only >=3.7 allows annotate oneself as return type
|
4 years ago |
Lidi Zheng
|
6e96a47dd6
|
Make pytype happy
|
4 years ago |
Lidi Zheng
|
b5f107d470
|
Support tuple and aio.Metadata interaction
|
4 years ago |
Jan Tattermusch
|
76741f7635
|
Merge pull request #23565 from jtattermusch/python_dev_stop_excluding_hpp
Stop stripping .hpp files from python source packages
|
4 years ago |
Jan Tattermusch
|
ed3ca23de8
|
Merge pull request #23552 from lidizheng/re2-source-wheel
Include re2 in source wheel && solve the missing --all complain
|
4 years ago |