aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/grpclb_end2end_test.cc
Commit message (Collapse)AuthorAge
...
* Get rid of magic numbersGravatar David Garcia Quintas2017-09-18
|
* Backends must be up before some grpclb tests start.Gravatar David Garcia Quintas2017-09-18
|
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
|
* {grpclb,client_lb}_end2end: Fix epoll1 flakesGravatar David Garcia Quintas2017-09-07
|
* Condition variables are not latchesGravatar David Garcia Quintas2017-08-02
|
* Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivityGravatar David G. Quintas2017-07-28
|\ | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN
| * Fix bug in handling of RR connectivity transition to SHUTDOWNGravatar David Garcia Quintas2017-07-27
| |
* | Watch the LB channel using the right initial conn. stateGravatar David Garcia Quintas2017-07-27
|/
* Use new protocol for reporting dropped calls to grpclb balancer.Gravatar Mark D. Roth2017-07-27
|
* grpclb: deal with all-drops serverlistsGravatar David Garcia Quintas2017-07-25
|
* Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocksGravatar David G. Quintas2017-07-14
|\ | | | | Fix deadlocks in grpclb_end2end_test
| * Fix deadlocks in grpclb_end2end_testGravatar David Garcia Quintas2017-07-13
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\|
| * auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-05-26
|\|
* | Moving gtest to the end.Gravatar Nicolas "Pixel" Noble2017-05-25
| |
| * Change round_robin LB policy to use the addresses in the order given.Gravatar Mark D. Roth2017-05-19
|/
* Implement grpclb drop support.Gravatar Mark D. Roth2017-05-17
|
* Make sure we set deadline for the LB call even without a pick.Gravatar Mark D. Roth2017-05-03
| | | | As part of this, get the deadline from a channel arg instead of pick_args.
* Implement client-side load reporting for grpclb.Gravatar Mark D. Roth2017-05-02
|
* Apply slowdown factor to timeoutsGravatar David Garcia Quintas2017-05-01
|
* BUILD and #include fixesGravatar David Garcia Quintas2017-04-28
|
* New version of grpclb end2end testGravatar David Garcia Quintas2017-04-27