Eric Gribkoff
bba348c302
Merge pull request #18112 from ericgribkoff/enter_graceful_shutdown
...
add enter_graceful_shutdown() to health service
6 years ago
Eric Gribkoff
af3d32214c
increase timeout
6 years ago
Soheil Hassas Yeganeh
2bb92f6a98
Merge pull request #18059 from soheilhy/worktree-cpp-atomic
...
Introduce more helper methods in gprpp/atomic.h
6 years ago
Vijay Pai
837055509e
Merge pull request #18113 from vjpai/cli_streaming_qps
...
Fix termination condition of streaming callback QPS tests
6 years ago
Yuwei Huang
3cbf4f50ea
Remove extra semicolons after function definitions
...
We are planning to enable -Wextra-semi flag in our project but some
header files in gRPC have extra semicolons that violates the check and
blocks us from enabling the flag.
This change removes unnecessary semicolons in the code. Note that having
semicolon after the GRPC_ABSTRACT macro technically also violates the
check, but it's fine for us since they are not used in public headers,
and it will be confusing to have lines ending only with GRPC_ABSTRACT,
so I keep them as-is.
6 years ago
Eric Gribkoff
93ef0db86b
use else in right spot
6 years ago
Vijay Pai
cdab1c260f
Fix termination condition of streaming callback QPS tests
6 years ago
Eric Gribkoff
ab5b28538f
use else:
6 years ago
Eric Gribkoff
fbc4ea7d8e
mark as experimental
6 years ago
Eric Gribkoff
a2495502df
add enter_graceful_shutdown() to health service
6 years ago
rmstar
22109adedd
Merge pull request #18082 from rmstar/cfstreamtestv2
...
Re-add cfstream_test
6 years ago
Yang Gao
b03e014ad8
Merge pull request #17308 from yang-g/shutdown
...
Move grpc_shutdown internals to a detached thread
6 years ago
rmstar
7bdcf1269c
Merge pull request #18099 from rmstar/readdflakynetworktest
...
Add flaky_network_test after fixing internal build failures.
6 years ago
Yang Gao
193293c590
Merge pull request #18110 from yang-g/malloc
...
Use malloc/free in leak checker
6 years ago
Eric Gribkoff
8952af5ad5
Merge pull request #18095 from ericgribkoff/non_blocking_stream
...
non-blocking server streaming for health service
6 years ago
Lidi Zheng
eaeda3618d
Check file existence correctly
6 years ago
Vijay Pai
51f0d35509
Merge pull request #18109 from vjpai/tsan_channelz
...
Use atm operations on gpr_atm variables
6 years ago
Lidi Zheng
cb3966b881
Use `tuple` instead of `list`/`map` combination
6 years ago
Lidi Zheng
61bea3891b
Another attempt to fix this problem cleanly
6 years ago
Lidi Zheng
e9c67f23f3
Add a new environment variable GRPC_BAZEL_BUILD
6 years ago
Lidi Zheng
48ccc2477c
Prevent the Bazel hack from affecting environment other than Bazel
6 years ago
Lidi Zheng
d209deb14b
Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""
...
This reverts commit 7da0aacef2
.
6 years ago
Vijay Pai
cb190846cd
Merge pull request #18107 from truongnh1992/cleanup
...
Reformat hyperlink, secure https and fix typos
6 years ago
Vijay Pai
42c512c43e
Use atm operations on gpr_atm variables
6 years ago
yang-g
227cce9ad3
Use malloc/free in leak checker
6 years ago
Eric Gribkoff
ae44187910
Merge branch 'master' into non_blocking_stream
6 years ago
Eric Gribkoff
bf7107b9dc
comments
6 years ago
Richard Belleville
f6cba4b2fb
Merge pull request #18108 from grpc/enable-load-reporting
...
Enable Load Reporting
6 years ago
Eric Gribkoff
2ba9a5aaa8
bazel dep
6 years ago
Soheil Hassas Yeganeh
0800ce5976
Move all helper functions to a class called Atomic.
6 years ago
Richard Belleville
4f299d84ed
Add private _finalize_state method to ServicerContext
6 years ago
Vijay Pai
62688b6a05
Merge pull request #18102 from longkb/remove_redandant_words
...
Remove the redundant words in comments
6 years ago
yang-g
cedc76bf38
Resolve comments
6 years ago
Soheil Hassas Yeganeh
1ccdb0ee26
Alias std::memory_order as grpc_core::MemoryOrder.
6 years ago
Nguyen Hai Truong
9cf00ed80b
Reformat some link and fix typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Vijay Pai
731a6a997c
Merge pull request #18105 from vjpai/qps_stats
...
Fix counters in callback streaming QPS benchmarks
6 years ago
Vijay Pai
9b9dc654df
Merge pull request #18103 from truongnh1992/fix-typos
...
Trivial fix many typos
6 years ago
Vijay Pai
453c6331b6
Fix counters in streaming QPS benchmarks
6 years ago
Jan Tattermusch
84189ad71a
Merge pull request #11795 from hesmar/cmake_crosscompile
...
when cross-compiling, the host grpc_cpp_plugin should be used
6 years ago
Nguyen Hai Truong
5c52622fa6
Trivial fix many typos
...
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Kim Bao Long
0203bf74f5
Remove the redundant words in comments
...
Although it is spelling mistakes, it might make an affects while reading docs.
Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
6 years ago
Jan Tattermusch
68381892d3
Merge pull request #18085 from jtattermusch/csharp_csproj_cleanup
...
C#: csproj cleanup
6 years ago
yang-g
fe3555f0fd
Merge with head and resolve conflict
6 years ago
Vijay Pai
318c67782a
Merge pull request #18097 from equinox1993/master
...
Move thread body logic into a private static method
6 years ago
Prashant Jaikumar
b31f402b46
Add flaky_network_test after fixing internal build failures.
...
Re-add flaky_network_test along with a couple of new testcases.
6 years ago
Eric Gribkoff
da1f8d7c66
rpc test fix
6 years ago
Richard Belleville
fef60e1697
Merge pull request #18054 from tuanvcw/fixing_doc
...
Fix many typos in doc
6 years ago
Eric Gribkoff
003212648f
fixup
6 years ago
Eric Gribkoff
77f325a9af
bazel target
6 years ago
Eric Gribkoff
a5c96cf765
fix test
6 years ago