aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/health_service_end2end_test.cc
Commit message (Collapse)AuthorAge
* Review commentsGravatar yang-g2018-12-07
|
* Split out the test service to separate library so that it can be reusedGravatar yang-g2018-12-06
|
* Add a Shutdown call to HealthCheckServiceInterfaceGravatar yang-g2018-12-06
|
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Revert "Merge pull request #16600 from ↵Gravatar Mark D. Roth2018-09-25
| | | | | | | grpc/revert-16574-health_checking_service" This reverts commit de11358660b6474ffea480d8d756c23e58a7cf07, reversing changes made to 107d10ea73f77dc9bb498c9b91e1fcd0188dfb45.
* Revert "Second attempt: Implement Watch method in health check service."Gravatar Mark D. Roth2018-09-10
|
* Revert "Merge pull request #16512 from ↵Gravatar Mark D. Roth2018-09-05
| | | | | | | grpc/revert-16351-health_checking_service" This reverts commit 4ee0f4c790f3b13dcfc8d55b21869140964d6de2, reversing changes made to 5ee9b5e7b547d0a82c84cc3767236ace8d5cd469.
* Revert "Implement Watch method in health check service."Gravatar Juanli Shen2018-08-29
|
* Implement Watch method in health check service.Gravatar Mark D. Roth2018-08-28
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Moving gtest include down.Gravatar Nicolas "Pixel" Noble2017-05-10
| | | | In some cases, depending on the direction of the wind, and the phase of the moon, gtest can interfere with protobuf badly with macros cross-pollution between the two projects. Moving the gtest inclusion at the end makes the problem go away.
* Remove asyncGravatar yang-g2017-02-07
|
* make test robustGravatar yang-g2016-12-29
|
* async worksGravatar yang-g2016-12-29
|
* WIPGravatar yang-g2016-12-29
|
* async first takeGravatar yang-g2016-12-29
|
* Add test for explicit optionGravatar yang-g2016-12-27
|
* test passGravatar yang-g2016-12-27
|
* sync test passGravatar yang-g2016-12-27