Nicolas Noble
|
6d3e7f7cd4
|
Merge pull request #13539 from grpc/AspirinSJL-patch-1
Fix comment in test UpdateBalancersDeadUpdate
|
2018-04-12 16:56:30 -07:00 |
David Garcia Quintas
|
caa2605a28
|
Don't capture unnecessary or unused variables
|
2018-03-21 18:25:22 -07:00 |
Vijay Pai
|
cdddc8ce42
|
Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity)
|
2018-03-20 08:46:28 -07:00 |
David Garcia Quintas
|
6234054aa8
|
Verify LB doesn't receive call creds
|
2018-03-13 18:59:40 -07:00 |
kpayson64
|
539f5068bd
|
Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
|
2018-03-13 01:21:42 -07:00 |
Vijay Pai
|
a7f52a62ba
|
Merge pull request #14660 from vjpai/exception_10x
Run exception tests 10x to make sure server doesn't crash
|
2018-03-09 16:42:24 -08:00 |
Vijay Pai
|
c04c53b38e
|
Run exception tests 10x to make sure server doesn't crash
|
2018-03-09 15:15:32 -08:00 |
Vijay Pai
|
c90a85649b
|
Change grpc++ references in names to grpcpp
|
2018-03-08 22:04:59 -08:00 |
Vijay Pai
|
6eae794c9f
|
Merge pull request #14459 from vjpai/2phase_thd
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
2018-03-02 21:13:28 -08:00 |
David Garcia Quintas
|
e3438c43a0
|
Fix and simplify SingleBalancerTest.InitiallyEmptyServerlist
|
2018-03-01 16:39:52 -08:00 |
Vijay Pai
|
b357f2f548
|
Merge branch 'master' into 2phase_thd
|
2018-03-01 11:48:29 -08:00 |
David Garcia Quintas
|
2614494f3c
|
grpclb_end2end test tweaks for compiler happiness
|
2018-02-28 17:34:55 -08:00 |
David Garcia Quintas
|
ad0996b9f3
|
Perform secure naming checks in grpclb_end2end_test
|
2018-02-27 19:11:50 -08:00 |
Vijay Pai
|
8b05d0284f
|
Merge branch 'master' into 2phase_thd
|
2018-02-24 10:37:13 -06:00 |
Juanli Shen
|
5739d34c46
|
Merge pull request #14497 from AspirinSJL/fix_rpc_failure_flake
Add warmup before first batch in UpdateBalancers tests
|
2018-02-23 14:07:01 -08:00 |
Mark D. Roth
|
a90d718cb8
|
Merge pull request #14455 from markdroth/grpclb_channel_args
Refactor code for generating balancer channel args.
|
2018-02-23 09:23:25 -08:00 |
Vijay Pai
|
9d7e57cac4
|
Merge branch 'master' into 2phase_thd
|
2018-02-22 14:33:24 -08:00 |
Juanli Shen
|
acdefd7646
|
Add warmup before first batch
|
2018-02-22 13:46:00 -08:00 |
Vijay Pai
|
a8453a20d8
|
Merge branch 'master' into 2phase_thd
|
2018-02-21 10:24:15 -08:00 |
Adele Zhou
|
1c805ec901
|
Add more bazel tests
|
2018-02-20 17:46:39 -08:00 |
Yuchen Zeng
|
8c259b1a62
|
Remove C++ end2end test owners
|
2018-02-20 12:42:30 -08:00 |
Mark D. Roth
|
bd0f15119a
|
Refactor code for generating balancer channel args.
|
2018-02-20 10:28:22 -08:00 |
Vijay Pai
|
da69355f30
|
C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
|
2018-02-19 22:39:58 -08:00 |
Juanli Shen
|
10142e4651
|
Fix test again
|
2018-02-16 14:27:59 -08:00 |
Juanli Shen
|
87c6504ca9
|
Revert "Revert "Revert "Revert "grpclb re-resolution""""
|
2018-02-15 09:42:45 -08:00 |
David G. Quintas
|
f66cf0d70d
|
Revert "Revert "Revert "grpclb re-resolution"""
|
2018-02-12 20:55:27 -08:00 |
Vijay Pai
|
1d168541fd
|
Merge pull request #14407 from vjpai/gpr_review_thd
GPR review: Internalize most of gpr_thd (but not ID/current ID)
|
2018-02-12 20:06:56 -08:00 |
Juanli Shen
|
95f37b3108
|
Fix test
|
2018-02-12 13:32:32 -08:00 |
Vijay Pai
|
c745690caf
|
Internalize gpr_thd except for id and currentid
|
2018-02-12 11:44:52 -08:00 |
Juanli Shen
|
776490af0e
|
Revert "Revert "grpclb re-resolution""
|
2018-02-12 11:35:40 -08:00 |
Noah Eisen
|
10a9e4e4fb
|
Merge pull request #14150 from ncteisen/more-clang-tidy
Remove and Prohibit C Style Casts
|
2018-02-10 08:58:46 -08:00 |
Vijay Pai
|
2650c9730f
|
Merge pull request #14397 from vjpai/nb2
Add a separate test for non-blocking polling and RPCs
|
2018-02-09 18:07:22 -08:00 |
Vijay Pai
|
823c9c4717
|
Merge pull request #14396 from vjpai/ae2e
Remove spinning variants from async_end2end_test
|
2018-02-09 16:29:31 -08:00 |
David G. Quintas
|
81f6a7cf9b
|
Merge pull request #14374 from dgquintas/missing_pr_comments
Addressing #14170 leftover comments
|
2018-02-09 16:14:25 -08:00 |
Vijay Pai
|
dd57cb5949
|
Empty out all tests if GRPC_POSIX_SOCKET is not defined
|
2018-02-09 15:47:44 -08:00 |
Vijay Pai
|
132efa0c9b
|
Add non-blocking test
|
2018-02-09 15:42:05 -08:00 |
Vijay Pai
|
1e6a620b50
|
Remove spinning version
|
2018-02-09 14:48:00 -08:00 |
David Garcia Quintas
|
7756b3785d
|
Addressing #14170 leftover comments
|
2018-02-09 13:24:19 -08:00 |
Noah Eisen
|
f56fe4d448
|
Remove uneeded headers
|
2018-02-09 13:21:54 -08:00 |
ncteisen
|
d187ef8c7c
|
Stop overriding poll function in async_end2end
|
2018-02-09 11:00:23 -08:00 |
Noah Eisen
|
4d20a66685
|
Run clang fmt
|
2018-02-09 09:34:04 -08:00 |
Noah Eisen
|
be82e64b3d
|
Autofix c casts to c++ casts
|
2018-02-09 09:16:55 -08:00 |
Vijay Pai
|
0024ebc852
|
Merge pull request #14196 from vjpai/gpr_review_tls
GPR review: Privatize thread-local storage headers
|
2018-02-08 13:24:39 -08:00 |
Mark D. Roth
|
209f644f04
|
Convert resolver API to C++.
|
2018-02-08 10:26:46 -08:00 |
Vijay Pai
|
25b61fd60e
|
Merge branch 'master' into gpr_review_tls
|
2018-02-08 10:26:25 -08:00 |
Vijay Pai
|
f37d33a21a
|
Merge pull request #14349 from vjpai/own2own
Add owners to C++ end2end tests to reduce chance of accidental API breakage
|
2018-02-08 09:58:38 -08:00 |
David G. Quintas
|
c8f572b443
|
Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2
Make RR re-resolve when any of its subchannels fail.
|
2018-02-08 09:16:04 -08:00 |
David Garcia Quintas
|
a68a11e4a0
|
PR comments
|
2018-02-07 17:07:16 -08:00 |
Juanli Shen
|
aa7dc296b6
|
Revert "grpclb re-resolution"
|
2018-02-07 09:50:08 -08:00 |
Vijay Pai
|
811d39a5bc
|
Add owners to C++ end2end tests to prevent accident API breakage
|
2018-02-06 21:41:24 -08:00 |