Yash Tibrewal
f4e55b85bc
Replace disrespectful term
4 years ago
Esun Kim
9eabb96f1c
Added no_test_ios to error_details_test
4 years ago
Greg Miller
7d4d516511
wip: change error_details functions to templates
4 years ago
Esun Kim
9bd7c4917a
Fix unused-parameter warning
4 years ago
Esun Kim
53ab235fb8
Fix google-explicit-constructor
4 years ago
Esun Kim
e0d8c498a6
C++ cast for others
4 years ago
Esun Kim
2ff84ed8c2
C++ cast for void*
4 years ago
Esun Kim
ec0b88a5d7
Fix google-readability-casting
4 years ago
capstan
27c0b32668
Retire flags
4 years ago
capstan
131579d52d
Roll forward of commit 7883b51: Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
This reverts commit da66b7d14e
.
NEW:
* Adds references to `absl/flags/declare.h`, new to LTS 2020923.2 imported in commit 5b43440
.
* Works around MSVC 2017 compiler error with large help text on flags by reducing the help text.
4 years ago
Parveen Kumar
ec08d77474
Specify a large value for max metadata size in grpc_cli client channel.
...
This is useful in cases where server sends back large stacktrace and
default value of 8192 isn't enough.
4 years ago
Nathan Herring
da66b7d14e
Revert "Abseil Flags"
4 years ago
capstan
7883b5133d
Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
4 years ago
Esun Kim
aae4f4cf18
Fix by misc-unused-using-decls
4 years ago
Esun Kim
738bdfb9fd
Fix by readability-string-compare
4 years ago
Esun Kim
3fef4e7435
Fix by readability-redundant-smartptr-get
4 years ago
Esun Kim
e7434d385e
Fix by tidy-modernize-use-override
4 years ago
Esun Kim
6ae8463500
Fix by modernize-make-unique
4 years ago
Esun Kim
34789b2d83
Fix by clang-format-8.
4 years ago
Esun Kim
ece76ee1e8
Fix code by readability-container-size-empty
4 years ago
Esun Kim
6d6648c7e1
Fix clang-tidy errors
4 years ago
Alisha Nanda
91627677fd
Added timeout flag to grpc cli.
4 years ago
“Mohan
8cfe62155f
removed unused decl for ClangTidy
4 years ago
“Mohan
876021f313
Fix two bugs for channelz_sampler_test
4 years ago
Alisha Nanda
a3ef19c1f0
Revert "Add timeout flag to gRPC cli"
4 years ago
“Mohan
35a4133e4b
Solve the sanity check problem for Json
4 years ago
“Mohan
dee219a28f
Make entity description type as Json instead of string
4 years ago
“Mohan
f85569e5a7
Address cooments including channel_creds checking, UNIMPLEMENTED checking
4 years ago
“Mohan
4039a8d405
Make minor changes to pass github check
4 years ago
Alisha Nanda
94a72c151b
Changed timeout to ns rather than us.
4 years ago
Alisha Nanda
4282e968c4
Re-add in all changes, fix check failures.
4 years ago
Alisha Nanda
a4eedc1510
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc "
...
This reverts commit 35e0e96b09
, reversing
changes made to b78bc85185
.
4 years ago
Alisha Nanda
88d99b4603
Add timeout flag to gRPC cli
...
Signed-off-by: Alisha Nanda <alishananda@google.com>
4 years ago
Karthik Ravi Shankar
751b9c105f
Move ClientContext from ::grpc_impl to ::grpc
...
Reverts: https://github.com/grpc/grpc/pull/19261
4 years ago
Karthik Ravi Shankar
15cce00f52
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
4 years ago
Karthik Ravi Shankar
f3f9e8941a
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
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
Esun Kim
9494b834b1
Add TestEnvironment to tests
4 years ago
Alexander Polcyn
f57879ac56
Flag protect new logs
4 years ago
Alexander Polcyn
4bdbd4caef
Log the peer address of grpc_cli CallMethod RPCs to stderr
4 years ago
Esun Kim
c736cf073c
Added call to grpc::testing::TestEnvironment in more tests
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Alexander Polcyn
0a452b9d19
Allow configuring default service configs in grpc_cli
5 years ago
yihuaz
ba0c9d6924
fix clang-format issue
5 years ago
yihuaz
1d69b7d676
add local creds to grpc_cli
5 years ago
Thomas Etter
f5c9fd94a5
do not write unnecessary new lines in the grpc_cli as the formatters already write them
5 years ago
ZhenLian
d75de51e43
[10/n] remove hard-coded credential paths and rebuild the project
5 years ago
Jan Tattermusch
a960546ff9
Revert "[7/n] Avoid using hardcoded test credentials"
5 years ago
ZhenLian
c13f3c5a50
test using ReadFile
5 years ago
ZhenLian
2c84dec7da
try adding extern
5 years ago