aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/grpclb_end2end_test.cc
Commit message (Collapse)AuthorAge
* 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
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | Merge masterGravatar Yash Tibrewal2017-11-01
| |\|
| | * BG-poll very frequently to pick up subchannels's updates in LB testsGravatar David Garcia Quintas2017-10-31
| | |
| * | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| |/
| * Remove duplicate message member in testGravatar Juanli Shen2017-10-23
| |
* | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
|