aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/grpclb_end2end_test.cc
Commit message (Collapse)AuthorAge
* Fix bug that was breaking subchannel reuse in grpclb.Gravatar Mark D. Roth2018-12-18
|
* Move security credentials, connectors, and auth context to C++Gravatar Soheil Hassas Yeganeh2018-12-13
| | | | | | | This is to use `grpc_core::RefCount` to improve performnace. This commit also replaces explicit C vtables, with C++ vtable with its own compile time assertions and performance benefits. It also makes use of `RefCountedPtr` wherever possible.
* Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|
* Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
|
* Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
|
* Revert "Revert "Fail wait_for_ready=false RPCs when channel is in ↵Gravatar Mark D. Roth2018-10-25
| | | | TRANSIENT_FAILURE.""
* Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE."Gravatar hcaseyal2018-10-24
|
* Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.Gravatar Mark D. Roth2018-10-24
|
* Revert to TRANSIENT_FAILURE during backoffGravatar Juanli Shen2018-08-17
|
* Increase client load reporting interval to avoid test flake.Gravatar Mark D. Roth2018-06-06
|
* Merge pull request #13539 from grpc/AspirinSJL-patch-1Gravatar Nicolas Noble2018-04-12
|\ | | | | Fix comment in test UpdateBalancersDeadUpdate
* | Verify LB doesn't receive call credsGravatar David Garcia Quintas2018-03-13
| |
* | Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
| |
* | Merge pull request #14459 from vjpai/2phase_thdGravatar Vijay Pai2018-03-02
|\ \ | | | | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)
* | | Fix and simplify SingleBalancerTest.InitiallyEmptyServerlistGravatar David Garcia Quintas2018-03-01
| | |
| * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
| |\ \ | |/ / |/| |
* | | grpclb_end2end test tweaks for compiler happinessGravatar David Garcia Quintas2018-02-28
| | |
* | | Perform secure naming checks in grpclb_end2end_testGravatar David Garcia Quintas2018-02-27
| | |
| * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
| |\ \ | |/ / |/| |
* | | Merge pull request #14497 from AspirinSJL/fix_rpc_failure_flakeGravatar Juanli Shen2018-02-23
|\ \ \ | | | | | | | | Add warmup before first batch in UpdateBalancers tests
| * | | Add warmup before first batchGravatar Juanli Shen2018-02-22
| | | |
| | * | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
| | |\ \ | | |/ / | |/| |
* / | | Refactor code for generating balancer channel args.Gravatar Mark D. Roth2018-02-20
|/ / /
| * | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| | |
* | | Fix test againGravatar Juanli Shen2018-02-16
| | |
* | | Revert "Revert "Revert "Revert "grpclb re-resolution""""Gravatar Juanli Shen2018-02-15
|/ /
* | Revert "Revert "Revert "grpclb re-resolution"""Gravatar David G. Quintas2018-02-12
| |
* | Merge pull request #14407 from vjpai/gpr_review_thdGravatar Vijay Pai2018-02-12
|\ \ | | | | | | GPR review: Internalize most of gpr_thd (but not ID/current ID)
* | | Fix testGravatar Juanli Shen2018-02-12
| | |
| * | Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
| | |
* | | Revert "Revert "grpclb re-resolution""Gravatar Juanli Shen2018-02-12
|/ /
* | Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
| |
* | Revert "grpclb re-resolution"Gravatar Juanli Shen2018-02-07
| |
* | grpclb in charge of its re-resolutionGravatar Juanli Shen2018-02-06
| |
* | Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| |
* | Extract lb_calld from glb_policyGravatar Juanli Shen2018-01-23
| |
* | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
| |
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | | | | | removed""
* | Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| |
* | Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\ \
| * | Fix UpdatesTest.UpdateBalancersDeadUpdate expectationGravatar David Garcia Quintas2017-12-04
| | |
* | | Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| | |
| | * Fix commentGravatar Juanli Shen2017-11-28
| |/
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\