aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/hybrid_end2end_test.cc
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* s/CodegenGeneric/Raw/gGravatar ncteisen2018-06-28
|
* Add codegen generic to hybrid testsGravatar ncteisen2018-06-20
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Autofix c casts to c++ castsGravatar Noah Eisen2018-02-09
|
* Make stream responses togglable via contextGravatar ncteisen2017-07-05
|
* 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.
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* clang-formatGravatar Vijay Pai2016-10-13
|
* Test all split streamed variationsGravatar Vijay Pai2016-10-13
|
* Fix channel/stub for dup service useGravatar Vijay Pai2016-10-13
|
* Making split streaming testableGravatar Vijay Pai2016-10-13
|
* Change C++ API to expose wait_for_ready instead of fail_fast.Gravatar Mark D. Roth2016-09-27
|
* Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmergeGravatar Nicolas "Pixel" Noble2016-09-08
|\
| * Change UnimplementedService to UnimplementedEchoService in echo.protoGravatar murgatroid992016-09-01
| |
* | clang-formatGravatar Vijay Pai2016-08-29
| |
* | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵Gravatar Vijay Pai2016-08-29
| | | | | | | | | | | | method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is violating the appearance of unary-ness)
* | clang-formatGravatar Vijay Pai2016-08-04
| |
* | Be able to specify FCUnaryService just like AsyncService so that allGravatar Vijay Pai2016-08-04
| | | | | | | | relevant methods get treated this way.
* | Change API for next message size to allow a bool return value for failureGravatar Vijay Pai2016-07-27
| | | | | | | | cases.
* | Make the FCUnary class actually work and test itGravatar vjpai2016-06-23
|/
* clang-formatGravatar Vijay Pai2016-06-15
|
* De-lambda-ifyGravatar vjpai2016-06-15
|
* Revert "Revert "Remove spam""Gravatar Craig Tiller2016-05-21
| | | | This reverts commit e76528ce267e06024224ad52d2874384df26d0a1.
* Simpler trick to force a listening cqGravatar Craig Tiller2016-05-21
|
* Revert "Remove spam"Gravatar Craig Tiller2016-05-21
| | | | This reverts commit 3f3312e7e92892c6625feecded6fbf09815689f0.
* Remove spamGravatar Craig Tiller2016-05-21
|
* Fixes and code simplificationGravatar Craig Tiller2016-05-20
|
* Fix formatting, mem leak, stallGravatar Craig Tiller2016-05-20
|
* Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | writing certain test cases (like hybrid_end2end tests) easier
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Fix clang3.7/tsan compile failureGravatar Craig Tiller2016-02-03
|
* clang-formatGravatar David Garcia Quintas2016-01-20
|
* Add tests with a second serviceGravatar yang-g2016-01-15
|
* Add a test with two methods genericGravatar yang-g2016-01-15
|
* move utilities to a separate fileGravatar yang-g2016-01-15
|
* clang-formatGravatar yang-g2016-01-15
|
* add generic testGravatar yang-g2016-01-15
|
* Add a hybrid end2end test mixing sync and async methodsGravatar yang-g2016-01-14
|
* working testGravatar yang-g2016-01-14
|
* merge with headGravatar yang-g2016-01-14