Vijay Pai
|
cd20a80a1e
|
Merge pull request #23653 from vjpai/bm_cq
Properly follow callback CQ API guarantees rather than existing behavior in ubm
|
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 |
Karthik Ravi Shankar
|
17b207ae93
|
Fix build_autoregenerated.yaml
|
4 years ago |
Lidi Zheng
|
981baff79b
|
Fix the docgen script:
1. Make it use python3 by default;
2. Simplify its arguments.
|
4 years ago |
Karthik Ravi Shankar
|
5d73e3af27
|
Remove error_details_impl.h
https://github.com/grpc/grpc/pull/23601 should have removed
error_details_impl.h, but it did not.
This PR fixes this oversight.
|
4 years ago |
Lidi Zheng
|
d0fbf25216
|
Resolve the user warning generated by our setup.py
|
4 years ago |
Jan Tattermusch
|
61620a0963
|
Merge pull request #23703 from jtattermusch/switch_cpp_interop_to_cmake
Switch C++ interop tests build to cmake
|
4 years ago |
Lidi Zheng
|
4c6961c06a
|
Merge pull request #23697 from emkornfield/rollback_rollback
Rollback to uses sources.json for BoringSSL
|
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
|
35d3e7c531
|
Add per-address attribute mechanism that does not affect subchannel uniqueness.
|
4 years ago |
Mark D. Roth
|
b17cc6abfc
|
Merge pull request #23705 from markdroth/include_guard_c++_endif
Allow C++-style comments on #endif lines.
|
4 years ago |
Mark D. Roth
|
80fde54661
|
Merge pull request #23630 from markdroth/repo_mgr
Pass repo manager duty to nicolasnoble.
|
4 years ago |
Vijay Pai
|
94a85b051d
|
Expand comment to address reviewer feedback
|
4 years ago |
Eric Gribkoff
|
80bdca9b68
|
Merge pull request #23677 from ericgribkoff/java_v1.31.0
Add grpc-java v1.31.0 to interop test client matrix
|
4 years ago |
Mark D. Roth
|
41d87b7307
|
Allow C++-style comments on #endif lines.
|
4 years ago |
Yash Tibrewal
|
0aa52ab85e
|
Remove debug logging
|
4 years ago |
Karthik Ravi Shankar
|
9d81adf3ce
|
Merge pull request #23600 from karthikravis/server-credentials
Move ServerCredentials from ::grpc_impl to ::grpc
|
4 years ago |
Esun Kim
|
28ae98f339
|
Merge pull request #23696 from veblush/msan-workaround
Add MSAN workaround to TestEnvironment
|
4 years ago |
Esun Kim
|
f83a4ee3b7
|
Merge pull request #23700 from veblush/msan-fix3
Add TestEnvironment to tests
|
4 years ago |
Esun Kim
|
57de94bca6
|
Merge pull request #23699 from veblush/no-absl-lock-on-mac-2
Disable GPR_ABSEIL_SYNC on Apple platforms
|
4 years ago |
Jan Tattermusch
|
b1ab3c1217
|
add cmake to grpc_interop_cxx docker image
|
4 years ago |
Yash Tibrewal
|
e310d4366c
|
Receive SETTINGS frame on clients before declaring subchannel READY
|
4 years ago |
Jan Tattermusch
|
d4f3e05fef
|
switch C++ interop tests to cmake
|
4 years ago |
apolcyn
|
965e54010a
|
Merge pull request #23694 from apolcyn/fix_alts_fake_master
Make fake insecure servers in ALTS concurrent connectivity test eagerly send empty settings frames
|
4 years ago |
Stanley Cheung
|
f836410fa9
|
Merge pull request #23660 from stanley-cheung/deflake-dart-pub-get
Attempt to de-flake dart interop build
|
4 years ago |
Esun Kim
|
5112d75a46
|
Add TestEnvironment to tests
|
4 years ago |
Jan Tattermusch
|
ebeed0c459
|
Merge pull request #23587 from jtattermusch/bad_bad_re2
Fix repeated builds broken by re2's cmake
|
4 years ago |
Esun Kim
|
7948a5c690
|
Disable GPR_ABSEIL_SYNC on Apple platforms
|
4 years ago |
Micah Kornfield
|
b5efeecf31
|
Fallback to google3 path of sources.json if initial link doesn't work
|
4 years ago |
Micah Kornfield
|
a8aeb280be
|
Revert "Merge pull request #23652 from grpc/revert-23568-use_sources"
This is a rollback of rollback to depend on sources.json for boringssl.
This reverts commit eaa670510c , reversing
changes made to 5488e7b5cd .
|
4 years ago |
Alexander Polcyn
|
307e175ab2
|
Make fake insecure servers in ALTS concurrent connectivity test eagerly send an empty settings frame upon receiving new connections
|
4 years ago |
Esun Kim
|
3cdd6ccb26
|
Add MSAN workaround to TestEnvironment
|
4 years ago |
Karthik Ravi Shankar
|
6de44304fa
|
Fix namespace in different files.
|
4 years ago |
Esun Kim
|
4f2c74450f
|
Merge pull request #23687 from veblush/no-absl-lock-on-mac
Disable GPR_ABSEIL_SYNC on Apple platforms
|
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
|
56d7ad770c
|
Merge pull request #23601 from karthikravis/fold-errors
Move ErrorDetails from ::grpc_impl to ::grpc
|
4 years ago |
Esun Kim
|
b6fac74d0f
|
Merge pull request #23689 from veblush/msan-fix3
Add TestEnvironment to tests
|
4 years ago |