Jan Tattermusch
63d8c89bba
regenerate projects
4 years ago
Alexander Polcyn
3021bc975a
Mark stranded_event_test as flaky
4 years ago
Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
4 years ago
nanahpang
997e6a7910
Update check_include_guards.py
...
Fixed the Py3 checker issue during import. Use print() instead of print and add "from __future__ import print_function" for py2 and py3 compatibility.
4 years ago
Lidi Zheng
5151783c58
Remove unused file
4 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
4 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
4 years ago
Jan Tattermusch
2c95b8f6fb
yapf code
4 years ago
Jan Tattermusch
eb1838b7c7
regenerate projects
4 years ago
Jan Tattermusch
a407c2c7b5
turn generated fuzzer tests from tests.json to c++ to match build_autogenerated.yaml
4 years ago
Jan Tattermusch
c67db2e8eb
fix pre_build_cmake.bat
4 years ago
Jan Tattermusch
fcc679a692
remove clang3.5 from portability (>5years old compiler)
4 years ago
Jan Tattermusch
31e2ecc1ba
c-ares is already the default resolver on windows
4 years ago
Jan Tattermusch
8a2e1b82dc
no need for linux cmake portability tests: cmake is already the default
4 years ago
Jan Tattermusch
31fa9a3530
switch run_tests.py C/C++ tests to cmake
4 years ago
Jan Tattermusch
38dafdb0e8
install cmake in CXX test images
4 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
4 years ago
Jan Tattermusch
847a4715e5
remove clang3.4 portability test: ubuntu14.04 is EOL
4 years ago
Jan Tattermusch
4fc875201d
get rid of unused run_tests.py --auto_set_flakes arg
4 years ago
Mark D. Roth
41d87b7307
Allow C++-style comments on #endif lines.
4 years ago
Jan Tattermusch
b1ab3c1217
add cmake to grpc_interop_cxx docker image
4 years ago
Jan Tattermusch
d4f3e05fef
switch C++ interop tests to cmake
4 years ago
Karthik Ravi Shankar
3c2f4b40e3
Fold Channel and CompletionQueue from grpc_impl to grpc
...
Reverts: https://github.com/grpc/grpc/pull/19067
4 years ago
Karthik Ravi Shankar
30f7710d4a
Move ChannelArguments from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18454
4 years ago
Eric Gribkoff
6f40be0d86
Add grpc-java v1.31.0 to interop test client matrix
4 years ago
Stanley Cheung
ac0f7e80ea
Attempt to de-flake dart interop build
4 years ago
Alexander Polcyn
825dc5731f
Add a distrib test for source-only ruby packages
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
ZHANG Dapeng
44a8ee928d
Fix string interpolation in run_xds_tests.py
4 years ago
Jan Tattermusch
6f0a17d41d
regenerate projects
4 years ago
Alexander Polcyn
9b4ef62cb9
Split up run_ruby_end2end_tests.sh into more granular test targets
4 years ago
Menghan Li
1a10109d10
xds testing: add path_matching and header_matching to cpp tests
4 years ago
Eric Gribkoff
7df3017c8a
Update semantics of --fail_on_failed_rpc
4 years ago
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
4 years ago
Karthik Ravi Shankar
1de0bfd9e2
Revert "Revert "Move create_channel and credentials from ::grpc_impl to ::grpc""
4 years ago
Hannah Shi
d3c1cbf4cb
replace gawk with awk, so as not to introduce an extra dependency
4 years ago
Karthik Ravi Shankar
f1bc43edf6
Revert "Move create_channel and credentials from ::grpc_impl to ::grpc"
4 years ago
Karthik Ravi Shankar
2fc4cfadcf
Move ServerCredentials from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/18452
4 years ago
Mark D. Roth
181781387d
xDS v3 support
4 years ago
Mark D. Roth
c35a37d6c2
Remove TargetAuthorityTable in favor of a per-address channel arg.
4 years ago
Vijay Pai
1013ad87f7
Fixes to match shellcheck
4 years ago
Vijay Pai
54a10f265d
Consistency check core_version and version
4 years ago
Jan Tattermusch
80daba44d9
regenerate projects
4 years ago
Jan Tattermusch
f39f341ee1
regenerate projects
4 years ago
James Newton-King
21e855592a
Output grpc-dotnet interop apps to specific directories
4 years ago
Alexander Polcyn
bdfd96ad03
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely
...
processing of events
4 years ago
Jan Tattermusch
751b1d04cf
stop stripping .hpp files from python source packages
4 years ago
Mark D. Roth
3613589b84
Change xDS ConfigSelector not to pass the timeout header value to the LB policy.
4 years ago