aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/client_lb_end2end_test.cc
Commit message (Collapse)AuthorAge
...
* Connected subchannel refactoringGravatar David Garcia Quintas2018-01-05
|
* Fix another data race in client_lb_end2endGravatar David Garcia Quintas2017-12-19
|
* fix tsan issue in client_lb_end2endGravatar David Garcia Quintas2017-12-18
|
* Removed exec_ctx from new client_lb_end2end codeGravatar David Garcia Quintas2017-12-18
|
* PR comments, round 3Gravatar David Garcia Quintas2017-12-15
|
* PR commentsGravatar David Garcia Quintas2017-12-14
|
* Merge branch 'master' of github.com:grpc/grpc into backoff_cppGravatar David Garcia Quintas2017-12-13
|\
* | Added tests for initial and min connect backoffsGravatar David Garcia Quintas2017-12-13
| |
| * Merge pull request #13659 from grpc/revert-13658-revert-13058-execctxGravatar Yash Tibrewal2017-12-08
| |\ | | | | | | Revert "Revert "All instances of exec_ctx being passed around in src/core removed""
| | * Merge masterGravatar Yash Tibrewal2017-12-07
| | |\
| * | | Make it possible to ignore result of SendRPC() in testGravatar David Garcia Quintas2017-12-07
| | |/ | |/|
| * | PR commentsGravatar David Garcia Quintas2017-12-06
| | |
| * | Fixed ClientLbEnd2endTest.RoundRobinReresolve flakinessGravatar David Garcia Quintas2017-12-06
| | |
| | * 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
| |
| * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
| |
| * Merge masterGravatar Yash Tibrewal2017-11-16
| |\ | |/ |/|
| * 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
| |
* | clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
* | Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
| * Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
| * Merge with masterGravatar Yash Tibrewal2017-11-09
| |\ | |/ |/|
* | Merge masterGravatar Yash Tibrewal2017-11-01
|\ \
| * | BG-poll very frequently to pick up subchannels's updates in LB testsGravatar David Garcia Quintas2017-10-31
| | |
* | | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
|\| |
| * | Assume that subchannels start in state IDLE.Gravatar Mark D. Roth2017-10-27
| | |
* | | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
|/ /
| * 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.
* {grpclb,client_lb}_end2end: Fix epoll1 flakesGravatar David Garcia Quintas2017-09-07
|
* Condition variables are not latches, againGravatar David Garcia Quintas2017-09-06
|
* Removed in_connectivity_shutdown from RRGravatar David Garcia Quintas2017-08-28
|
* PR commentsGravatar David Garcia Quintas2017-08-22
|
* RR: Initialize subchannel connectivity stateGravatar David Garcia Quintas2017-08-21
|
* Improved testingGravatar David Garcia Quintas2017-07-13
|
* Merge pull request #11696 from dgquintas/rr_concurrent_updates_fixGravatar David G. Quintas2017-07-07
|\ | | | | Fix RR concurrent updates
| * Fix RR concurrent updatesGravatar David Garcia Quintas2017-07-06
| |
* | Move gtest include after proto includeGravatar David Garcia Quintas2017-07-05
|/
* added test for RR connectivity state upon subchannels shutdownGravatar David Garcia Quintas2017-06-26
|
* license fixesGravatar Jan Tattermusch2017-06-08
|
* Implement LB policy updatesGravatar David Garcia Quintas2017-06-06