Mehrdad Afshari
59aefe61e2
Fix run_distrib_test_routeguide.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9d2f806dac
Fix run_distrib_test_cmake.sh to pass shellcheck
7 years ago
Jiangtao Li
fdc10b6ebd
Merge pull request #14296 from yihuazhang/FIX_ALTS_SHUTDOWN
...
Fix race condition in grpc_tsi_alts_shutdown
7 years ago
Vijay Pai
0e2d9faea1
Merge pull request #14345 from vjpai/static
...
Enforce CRTP: weaken reinterpret_cast to static_cast
7 years ago
Mehrdad Afshari
ecdd9147cf
Fix run_with_poller.sh to pass shellcheck
7 years ago
Mehrdad Afshari
a6ac5b3ddc
Fix fuzzer_one_entry_runner.sh to pass shellcheck
7 years ago
Mehrdad Afshari
4c130bf369
Fix end2end_test.sh to pass shellcheck
7 years ago
Mehrdad Afshari
37629bacf5
Regenerate projects
7 years ago
Mehrdad Afshari
47e65e7b7e
Fix use_openssl.sh.template to pass shellcheck
7 years ago
Mehrdad Afshari
3ce5b53f61
Fix resolver_gce_integration_tests_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
4c959bab8a
Fix resolver_component_tests_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
11b8878348
Fix private_dns_zone_init_defs.include to pass shellcheck
7 years ago
Mehrdad Afshari
df8d8c9192
Fix create_private_dns_zone_defs.include to pass shellcheck
7 years ago
adelez
39307d23c3
Revert "Revert "Define the tests as grpc_cc_test to automatically test against all po…""
7 years ago
Vijay Pai
b1ef84a7fd
Merge branch 'master' into gpr_review_host_port
7 years ago
Vijay Pai
e441452b6e
Weaken reintepret_cast to static_cast for Orphanable
7 years ago
Juanli Shen
a485cf599f
Merge pull request #14356 from grpc/revert-13671-grpclb_reresolution
...
Revert "grpclb re-resolution"
7 years ago
Mehrdad Afshari
890e386d89
Merge pull request #14348 from mehrdada/upmerge
...
Upmerge 1.9.x to master
7 years ago
Juanli Shen
aa7dc296b6
Revert "grpclb re-resolution"
7 years ago
Sree Kuchibhotla
3293da3ca3
Change the Fixture shutdown code so that the server fds are still polled
...
(to flush out any writes) when the server is shutdown.
7 years ago
Vijay Pai
811d39a5bc
Add owners to C++ end2end tests to prevent accident API breakage
7 years ago
Muxi Yan
fb369d9567
Merge pull request #14343 from muxi/revert-12708
...
Revert breaking API in #12708
7 years ago
Juanli Shen
836fa8b53b
Merge pull request #13671 from AspirinSJL/grpclb_reresolution
...
grpclb re-resolution
7 years ago
Vijay Pai
2f45758699
Enforce CRTP: weaken reinterpret_cast to static_cast
7 years ago
Muxi Yan
2711e386ec
Update prefix length in algorithm_test
7 years ago
Muxi Yan
cda058de8e
build projects
7 years ago
Muxi Yan
99f1a8f467
Remove compression_ruby
7 years ago
Muxi Yan
931f68ec56
regenerate metadata
7 years ago
Muxi Yan
3db2caaf2e
Replace message/deflate,gzip with deflate,gzip
7 years ago
Muxi Yan
6f0b195d20
Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_*
7 years ago
Muxi Yan
d5696eb7d6
Revert "Partial revert PR#14042"
7 years ago
Mehrdad Afshari
3629f1f3bc
Merge pull request #14339 from mehrdada/fixreconnect
...
Sleep a second to deflake ReconnectTest
7 years ago
Juanli Shen
33cdd57ab7
grpclb in charge of its re-resolution
7 years ago
Christopher Warrington
8472e4032a
Ignore zlib submodule if its dirty (due to CMake)
...
When using CMake to build, the zlib submodule ends up with a generated
file that makes Git consider the submodule dirty. This state can be
ignored for day-to-day development on gRPC.
We cannot use the weaker "ignore = untracked" as the build process
deletes a tracked file as well as generating a new file.
7 years ago
Mehrdad Afshari
b66e6fe761
Sleep a second to deflake ReconnectTest
...
The thread that watches connectivity on the channel might not
pick up that the server has gone away before the request is
dispatched, and return UNAVAILABLE instead of reconnecting
prior to sending the request. The fundamental solution would
basically be enabling retries in C-core. For now, we opt to
sleep a second to deflake this particular test case.
7 years ago
Vijay Pai
091f5463a1
Minor fix on obj-c code
7 years ago
adelez
e17592c929
Merge pull request #14337 from grpc/revert-14326-foundry_integration
...
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
7 years ago
David Garcia Quintas
20331706e2
Make RR re-resolve upon any subchannel failure
7 years ago
adelez
18a356c9fa
Revert "Define the tests as grpc_cc_test to automatically test against all po…"
7 years ago
Yuchen Zeng
19f15c4e13
Merge pull request #14335 from carl-mastrangelo/ret
...
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
b7bf76851d
Merge pull request #14323 from vjpai/cq_comments
...
C++: Properly comment CQ ok, Shutdown, contract, and effect of TryCancel
7 years ago
Carl Mastrangelo
16cca9f4c1
Check return values from ServiceReflection calls, and print a more helpful message
7 years ago
Vijay Pai
e81ead58fb
Improve CQ and cancellation comments
7 years ago
Mark D. Roth
c75c818dad
Merge pull request #14221 from markdroth/ref_counted_crtp
...
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Alexander Polcyn
d60ed8f1f8
Guarantee no race between ruby server's shutdown_and_notify and destroy
7 years ago
Yash Tibrewal
582d785c41
Merge pull request #14328 from yashykt/badssl
...
Get bazel tests for bad_ssl working
7 years ago
Jan Tattermusch
4493cea016
Merge pull request #14019 from hacst/cmake-export-fix
...
Fix cmake export for grpc
7 years ago
Mark D. Roth
08d9f3df30
Change Ref() methods to return a RefCountedPtr<>.
7 years ago
Jan Tattermusch
5e9cfd9a99
cleanup the way openssl and zlib are used
7 years ago
Mehrdad Afshari
b9335ebe47
Upmerge branch 'v1.9.x' into 'master'
7 years ago