Jan Tattermusch
|
61620a0963
|
Merge pull request #23703 from jtattermusch/switch_cpp_interop_to_cmake
Switch C++ interop tests build to cmake
|
2020-08-03 19:54:45 +02:00 |
Mark D. Roth
|
b17cc6abfc
|
Merge pull request #23705 from markdroth/include_guard_c++_endif
Allow C++-style comments on #endif lines.
|
2020-08-03 09:10:19 -07:00 |
Eric Gribkoff
|
80bdca9b68
|
Merge pull request #23677 from ericgribkoff/java_v1.31.0
Add grpc-java v1.31.0 to interop test client matrix
|
2020-07-31 12:01:59 -07:00 |
Mark D. Roth
|
41d87b7307
|
Allow C++-style comments on #endif lines.
|
2020-07-31 11:40:12 -07:00 |
Karthik Ravi Shankar
|
9d81adf3ce
|
Merge pull request #23600 from karthikravis/server-credentials
Move ServerCredentials from ::grpc_impl to ::grpc
|
2020-07-31 10:50:32 -07:00 |
Jan Tattermusch
|
b1ab3c1217
|
add cmake to grpc_interop_cxx docker image
|
2020-07-31 13:08:43 +02:00 |
Jan Tattermusch
|
d4f3e05fef
|
switch C++ interop tests to cmake
|
2020-07-31 10:33:10 +02:00 |
Stanley Cheung
|
f836410fa9
|
Merge pull request #23660 from stanley-cheung/deflake-dart-pub-get
Attempt to de-flake dart interop build
|
2020-07-31 00:05:59 -07:00 |
Mark D. Roth
|
60283a1085
|
Merge pull request #23582 from markdroth/grpclb_authority
Remove TargetAuthorityTable in favor of a per-address channel arg.
|
2020-07-29 15:18:13 -07:00 |
apolcyn
|
12074d691d
|
Merge pull request #23620 from apolcyn/granular_ruby_targets
Split up tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh into granular targets
|
2020-07-29 15:08:19 -07:00 |
Eric Gribkoff
|
6f40be0d86
|
Add grpc-java v1.31.0 to interop test client matrix
|
2020-07-29 14:13:34 -07:00 |
apolcyn
|
94c44af070
|
Merge pull request #23639 from apolcyn/ruby_source_distrib_test
Add a distrib test for source-only ruby packages on linux
|
2020-07-29 13:33:44 -07:00 |
Stanley Cheung
|
fec5c3a643
|
Merge pull request #23607 from HannahShiSFB/api-doxygen-step2
PHP: change to awk from gawk, since mac doesn't support it
|
2020-07-29 12:35:08 -07:00 |
Stanley Cheung
|
ac0f7e80ea
|
Attempt to de-flake dart interop build
|
2020-07-28 22:35:42 -07:00 |
Alexander Polcyn
|
825dc5731f
|
Add a distrib test for source-only ruby packages
|
2020-07-28 21:33:10 -07:00 |
Karthik Ravi Shankar
|
be7bab5cb8
|
Merge branch 'master' into server-credentials
|
2020-07-28 16:30:07 -07:00 |
ZHANG Dapeng
|
fe6034fec8
|
Merge pull request #23650 from grpc/dapengzhang0-patch-1
Fix string interpolation in run_xds_tests.py
|
2020-07-28 10:50:47 -07:00 |
Karthik Ravi Shankar
|
8527ebb471
|
Merge pull request #23611 from grpc/revert-23609-revert-23308-create-channel
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
|
2020-07-28 10:43:14 -07:00 |
Eric Gribkoff
|
41f83168c3
|
Merge pull request #23629 from ericgribkoff/delay_fail_on_failed_rpc
Update semantics of --fail_on_failed_rpc
|
2020-07-28 09:50:11 -07:00 |
ZHANG Dapeng
|
44a8ee928d
|
Fix string interpolation in run_xds_tests.py
|
2020-07-28 09:19:38 -07:00 |
Eric Gribkoff
|
5b6997d5a7
|
Merge branch 'master' into delay_fail_on_failed_rpc
|
2020-07-27 23:48:50 -07:00 |
Alexander Polcyn
|
9b4ef62cb9
|
Split up run_ruby_end2end_tests.sh into more granular test targets
|
2020-07-27 15:07:23 -07:00 |
Menghan Li
|
1a10109d10
|
xds testing: add path_matching and header_matching to cpp tests
|
2020-07-27 14:04:55 -07:00 |
Eric Gribkoff
|
7df3017c8a
|
Update semantics of --fail_on_failed_rpc
|
2020-07-27 10:11:19 -07:00 |
Menghan Li
|
1c2f57ae1d
|
xds interop: add routing path matching to framework
- prefix and full path
- header matching
- print client cmd to run
- new test cases are not included in all
|
2020-07-27 09:39:42 -07:00 |
Karthik Ravi Shankar
|
1de0bfd9e2
|
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
|
2020-07-24 12:47:33 -07:00 |
Hannah Shi
|
d3c1cbf4cb
|
replace gawk with awk, so as not to introduce an extra dependency
|
2020-07-24 19:02:46 +00:00 |
Karthik Ravi Shankar
|
f1bc43edf6
|
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
|
2020-07-24 11:08:54 -07:00 |
Karthik Ravi Shankar
|
bf641af30b
|
Merge pull request #23308 from karthikravis/create-channel
Move create_channel and credentials from ::grpc_impl to ::grpc
|
2020-07-23 20:04:36 -07:00 |
Karthik Ravi Shankar
|
2fc4cfadcf
|
Move ServerCredentials from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/18452
|
2020-07-23 16:18:23 -07:00 |
Mark D. Roth
|
181781387d
|
xDS v3 support
|
2020-07-23 10:20:55 -07:00 |
Mark D. Roth
|
c35a37d6c2
|
Remove TargetAuthorityTable in favor of a per-address channel arg.
|
2020-07-23 08:23:05 -07:00 |
Vijay Pai
|
1013ad87f7
|
Fixes to match shellcheck
|
2020-07-23 01:58:35 -07:00 |
Vijay Pai
|
54a10f265d
|
Consistency check core_version and version
|
2020-07-23 01:28:21 -07:00 |
Karthik Ravi Shankar
|
9ad399384a
|
Merge branch 'master' into create-channel
|
2020-07-23 00:47:36 -07:00 |
Jan Tattermusch
|
aa0193db42
|
Merge pull request #23576 from jtattermusch/bump_master_1_32
update master version to 1.32.0-dev
|
2020-07-23 07:48:24 +02:00 |
Jan Tattermusch
|
80daba44d9
|
regenerate projects
|
2020-07-22 17:38:48 +02:00 |
Jan Tattermusch
|
b775f62afb
|
Merge pull request #23523 from JamesNK/jamesnk/interoptests-remove-version
Output grpc-dotnet interop apps to specific directories
|
2020-07-22 15:55:30 +02:00 |
James Newton-King
|
21e855592a
|
Output grpc-dotnet interop apps to specific directories
|
2020-07-22 09:02:13 +12:00 |
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
|
2020-07-21 13:55:26 -07:00 |
Alexander Polcyn
|
bdfd96ad03
|
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
processing of events
|
2020-07-21 11:18:39 -07:00 |
Jan Tattermusch
|
76741f7635
|
Merge pull request #23565 from jtattermusch/python_dev_stop_excluding_hpp
Stop stripping .hpp files from python source packages
|
2020-07-21 19:11:59 +02:00 |
Lidi Zheng
|
952c4174ad
|
Merge pull request #23528 from emkornfield/upgrade_boring
Upgrade BoringSSL to latest on master-with-bazel branch
|
2020-07-21 10:09:27 -07:00 |
Jan Tattermusch
|
751b1d04cf
|
stop stripping .hpp files from python source packages
|
2020-07-21 15:01:38 +02:00 |
donnadionne
|
5d803dcd3f
|
Merge pull request #23534 from markdroth/xds_fake_header_revert
Change xDS ConfigSelector not to pass the timeout header value to the LB policy.
|
2020-07-20 23:10:46 -07:00 |
Stanley Cheung
|
40cd2748bc
|
Merge pull request #23255 from HannahShiSFB/api-doxygen-step2
PHP: generate api reference documents by doxygen
|
2020-07-20 23:07:28 -07:00 |
Mark D. Roth
|
3613589b84
|
Change xDS ConfigSelector not to pass the timeout header value to the LB policy.
|
2020-07-20 14:41:10 -07:00 |
Stanley Cheung
|
2b84ddbc89
|
Merge pull request #23550 from jtattermusch/php_distrib_15min
increase timeout for PHP distribtests
|
2020-07-20 13:31:19 -07:00 |
Jan Tattermusch
|
cf21444b3c
|
increase timeout for PHP distribtests
|
2020-07-20 18:15:44 +02:00 |
Stanley Cheung
|
dea6fbb023
|
Updated comments
|
2020-07-20 01:47:33 -07:00 |