Alisha Nanda
|
91627677fd
|
Added timeout flag to grpc cli.
|
2020-09-14 17:00:45 +00:00 |
“Mohan
|
8cfe62155f
|
removed unused decl for ClangTidy
|
2020-09-10 10:58:09 -07:00 |
“Mohan
|
876021f313
|
Fix two bugs for channelz_sampler_test
|
2020-09-10 10:17:50 -07:00 |
Alisha Nanda
|
a3ef19c1f0
|
Revert "Add timeout flag to gRPC cli"
|
2020-09-09 18:32:27 -07:00 |
mohanli-ml
|
2ec0868ebf
|
Merge pull request #23860 from mohanli-ml/channelz-sampler-work
Channelz sampler
|
2020-09-09 14:07:01 -07:00 |
“Mohan
|
35a4133e4b
|
Solve the sanity check problem for Json
|
2020-09-08 22:44:54 -07:00 |
“Mohan
|
dee219a28f
|
Make entity description type as Json instead of string
|
2020-09-08 21:41:25 -07:00 |
“Mohan
|
f85569e5a7
|
Address cooments including channel_creds checking, UNIMPLEMENTED checking
|
2020-09-08 11:30:11 -07:00 |
“Mohan
|
4039a8d405
|
Make minor changes to pass github check
|
2020-09-08 11:29:23 -07:00 |
Alisha Nanda
|
94a72c151b
|
Changed timeout to ns rather than us.
|
2020-09-03 16:50:42 +00:00 |
Alisha Nanda
|
4282e968c4
|
Re-add in all changes, fix check failures.
|
2020-09-03 04:01:22 +00:00 |
Alisha Nanda
|
a4eedc1510
|
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc"
This reverts commit 35e0e96b09, reversing
changes made to b78bc85185.
|
2020-09-03 01:57:03 +00:00 |
Alisha Nanda
|
88d99b4603
|
Add timeout flag to gRPC cli
Signed-off-by: Alisha Nanda <alishananda@google.com>
|
2020-09-01 22:10:35 +00:00 |
Karthik Ravi Shankar
|
751b9c105f
|
Move ClientContext from ::grpc_impl to ::grpc
Reverts: https://github.com/grpc/grpc/pull/19261
|
2020-08-11 16:28:50 -07:00 |
Karthik Ravi Shankar
|
15cce00f52
|
Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc""
|
2020-08-06 20:42:54 -07:00 |
Karthik Ravi Shankar
|
f3f9e8941a
|
Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"
|
2020-08-06 15:56:09 -07:00 |
Karthik Ravi Shankar
|
390132c87f
|
Merge branch 'master' into channel
|
2020-08-04 11:48:10 -07:00 |
Karthik Ravi Shankar
|
3c2f4b40e3
|
Fold Channel and CompletionQueue from grpc_impl to grpc
Reverts: https://github.com/grpc/grpc/pull/19067
|
2020-07-30 16:45:28 -07:00 |
Esun Kim
|
9494b834b1
|
Add TestEnvironment to tests
|
2020-07-30 13:58:01 -07:00 |
Alexander Polcyn
|
f57879ac56
|
Flag protect new logs
|
2020-07-22 21:22:05 -07:00 |
Alexander Polcyn
|
4bdbd4caef
|
Log the peer address of grpc_cli CallMethod RPCs to stderr
|
2020-07-20 18:18:42 -07:00 |
Esun Kim
|
c736cf073c
|
Added call to grpc::testing::TestEnvironment in more tests
|
2020-07-01 13:27:08 -07:00 |
Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
2020-06-29 17:56:36 -07:00 |
apolcyn
|
30cfd114b3
|
Merge pull request #23110 from apolcyn/fix_grpc_cli
Allow configuring default service configs in grpc_cli via --default_service_config
|
2020-06-02 12:41:30 -07:00 |
Alexander Polcyn
|
0a452b9d19
|
Allow configuring default service configs in grpc_cli
|
2020-06-02 10:51:29 -07:00 |
yihuaz
|
ba0c9d6924
|
fix clang-format issue
|
2020-05-25 15:07:27 -07:00 |
yihuaz
|
1d69b7d676
|
add local creds to grpc_cli
|
2020-05-24 15:01:14 -07:00 |
Thomas Etter
|
f5c9fd94a5
|
do not write unnecessary new lines in the grpc_cli as the formatters already write them
|
2020-05-09 13:34:03 +02:00 |
ZhenLian
|
d75de51e43
|
[10/n] remove hard-coded credential paths and rebuild the project
|
2020-04-29 10:51:56 -07:00 |
Jan Tattermusch
|
a960546ff9
|
Revert "[7/n] Avoid using hardcoded test credentials"
|
2020-04-28 17:41:24 +02:00 |
ZhenLian
|
cd7e22c6a4
|
Merge pull request #22695 from grpc/zhen_core_test_improvement_8
[7/n] Avoid using hardcoded test credentials
|
2020-04-27 15:42:11 -07:00 |
ZhenLian
|
c13f3c5a50
|
test using ReadFile
|
2020-04-25 11:49:51 -07:00 |
ZhenLian
|
2c84dec7da
|
try adding extern
|
2020-04-21 10:08:34 -07:00 |
ZhenLian
|
dd44231a32
|
[No Review] Test
|
2020-04-19 16:04:41 -07:00 |
ZhenLian
|
7cb9d43da2
|
Merge pull request #22689 from grpc/zhen_core_test_improvement_7
[6/n] Avoid using hardcoded test credentials
|
2020-04-17 18:22:32 -07:00 |
ZhenLian
|
f64554b698
|
[NO Review] grpc_tool_test.cc
|
2020-04-17 16:47:44 -07:00 |
Donna Dionne
|
6ec6c24dc1
|
Fixing code review comments.
|
2020-04-13 22:16:42 -07:00 |
Donna Dionne
|
d76fc080c4
|
Fixing build warnings getting ready for merge.
|
2020-04-13 10:32:23 -07:00 |
Donna Dionne
|
ddb98d6b52
|
Fixing code review comments:
- added more tests and improved structuring of backend service
- fixing grpc_tool tests (due to adding of new test serices/methods
|
2020-04-12 16:28:39 -07:00 |
Alexander Polcyn
|
962a8f28f9
|
Add a flag to set a grpclb+pick_first service config in
CreateTestChannel; use CreateTestChannel in qps_json_driver
|
2020-04-03 12:28:55 -07:00 |
Esun Kim
|
b308241343
|
Fix clang-tidy issues
|
2020-03-03 12:27:41 -08:00 |
Mark D. Roth
|
bc5e3fb661
|
Convert channelz code to use new JSON API
|
2020-01-30 10:57:53 -08:00 |
Lidi Zheng
|
c34bef4ca4
|
Format all Bazel files with buildifier
|
2019-11-05 14:03:52 -08:00 |
Vijay Pai
|
e35c869aaf
|
Remove unused-parameter warnings, round 2 (19 of 19)
|
2019-10-21 09:16:35 -07:00 |
Vijay Pai
|
47f2b461ef
|
clang-format
|
2019-10-17 09:08:55 -07:00 |
Vijay Pai
|
53e19e8de2
|
Remove unused parameter warning (20 of 20)
|
2019-10-17 08:52:15 -07:00 |
Lidi Zheng
|
f12df974ae
|
Merge pull request #20401 from tanjunchen/clean-up
Fix spelling in comments
|
2019-10-01 17:49:55 -07:00 |
chentanjun
|
4ecc1fe6a4
|
fix the wrong word
|
2019-10-01 05:13:33 +08:00 |
Jan Tattermusch
|
5cc45de443
|
disable some broken test on windows RBE
|
2019-09-30 13:28:02 +02:00 |
Jan Tattermusch
|
6ebc1c616f
|
set uses_polling=False for some bazel tests
|
2019-09-24 09:50:00 +02:00 |