aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
Commit message (Collapse)AuthorAge
* Fix another problem in grpc_tool_testGravatar Hope Casey-Allen2018-12-04
|
* Fix bazel rbe testsGravatar Hope Casey-Allen2018-12-03
|
* Merge branch 'callback_test_coverage_1' of github.com:hcaseyal/grpc into ↵Gravatar Hope Casey-Allen2018-12-03
|\ | | | | | | callback_test_coverage_1
* | Remove log linesGravatar Hope Casey-Allen2018-12-03
| |
| * Merge branch 'master' into callback_test_coverage_1Gravatar hcaseyal2018-12-03
|/|
* | Clang formatGravatar Hope Casey-Allen2018-12-03
| |
| * Merge pull request #17144 from vjpai/server_streamingGravatar Vijay Pai2018-12-03
| |\ | | | | | | C++ callback API for streaming servers
| * \ Merge pull request #17354 from apolcyn/fix_ares_deadlocksGravatar apolcyn2018-11-30
| |\ \ | | | | | | | | Cancel c-ares queries after a timeout to avoid getting stuck
| * \ \ Merge pull request #17359 from yang-g/test_envGravatar Yang Gao2018-11-30
| |\ \ \ | | | | | | | | | | Create a class for test environment and migrate most of the tests to use it.
| | | | * Test client-side callback streaming with callback serverGravatar Vijay Pai2018-11-30
| | | | |
| | | | * Streaming API for callback serversGravatar Vijay Pai2018-11-30
| | |_|/ | |/| |
| | | * Cancel still-active c-ares queries after 10 seconds to avoid chance of deadlockGravatar Alexander Polcyn2018-11-30
| | | |
* | | | Add service definition to sync serverGravatar Hope Casey-Allen2018-11-30
| | | |
| | * | change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
| | |/
| * | Fix clang-tidy and golden file issuesGravatar Vijay Pai2018-11-30
| | |
| * | Stop exposing streaming object classGravatar Vijay Pai2018-11-30
| | |
| * | Make StartCall() a releasing operation so that you can pile up opsGravatar Vijay Pai2018-11-30
| | |
| * | Revert an order changeGravatar Vijay Pai2018-11-30
| | |
| * | More review commentsGravatar Vijay Pai2018-11-30
| | |
| * | Improve test readability at suggestion of @ghemawatGravatar Vijay Pai2018-11-30
| | |
| * | Client callback streamingGravatar Vijay Pai2018-11-30
| |/
* | Debugging unimplemented error in CheckClientInitialMetadataGravatar Hope Casey-Allen2018-11-29
| |
| * Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fixGravatar Mark D. Roth2018-11-29
| |\ | | | | | | Don't ignore empty serverlists from the grpclb balancer.
| | * Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
| |/ |/|
| * Merge pull request #17110 from billfeng327/multipool-configGravatar Bill Feng2018-11-28
| |\ | | | | | | Bazel multipool config update, removed sentinel file
| * | Merge pull request #17244 from guantaol/ev_epollbgGravatar Guantao Liu2018-11-28
|/| | | | | | | | Preparation for the new background poller 'epollbg'
| | * merge conflict fixGravatar Bill Feng2018-11-26
| | |\
* | | | fix clang tidyGravatar ncteisen2018-11-26
| |_|/ |/| |
* | | Merge pull request #16455 from yashykt/httpplumbingGravatar Yash Tibrewal2018-11-21
|\ \ \ | | | | | | | | Add HTTP plumbing for Fathom
* \ \ \ Merge pull request #17267 from apolcyn/qos_json_driver_different_cred_typesGravatar apolcyn2018-11-21
|\ \ \ \ | | | | | | | | | | Allow setting per-worker credential types in QPS benchmark driver
| | * \ \ Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
| | |\ \ \ | |_|/ / / |/| | | |
| * | | | Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | | | | | | | | | | | | | | | | | benchmark driver
| | | * | Add the missing definition of shutdown_background_closure to ↵Gravatar Guantao Liu2018-11-20
| |_|/ / |/| | | | | | | | | | | bm_cq_multiple_threads
| | * | CleanupGravatar Yash Tibrewal2018-11-16
| | | |
* | | | Merge pull request #17232 from yashykt/cleanup1Gravatar Yash Tibrewal2018-11-16
|\ \ \ \ | | | | | | | | | | Remove the std::unique_ptr for interceptor creators, instead use move semantics everywhere
| * | | | Modify remaining usecases in test/cppGravatar Yash Tibrewal2018-11-16
| | | | |
| * | | | Remove the std::unique_ptr, instead use move semantics everywhereGravatar Yash Tibrewal2018-11-15
| | |/ / | |/| |
* / | | Don't reset channel state on resolver failure when LB policy exists.Gravatar Mark D. Roth2018-11-15
|/ / /
* / / disable grpc_tool_test on msanGravatar Jan Tattermusch2018-11-14
|/ /
* | Merge pull request #17197 from vjpai/ctx_clearGravatar Vijay Pai2018-11-13
|\ \ | | | | | | Properly clear metadata and other structs when reusing ServerContext in callback API
| * | Properly clear metadata and other structs when reusing ServerContextGravatar Vijay Pai2018-11-13
| | |
* | | Fix clang-tidy issuesGravatar Vijay Pai2018-11-11
|/ /
* | Merge pull request #17155 from hcaseyal/fix_namespaceGravatar hcaseyal2018-11-08
|\ \ | | | | | | Make namespace more explicit.
* \ \ Merge pull request #17140 from vjpai/qpsGravatar Jan Tattermusch2018-11-08
|\ \ \ | | | | | | | | Initialize values in memory before creating slice
| | * | Make namespace more explicit.Gravatar Hope Casey-Allen2018-11-07
| |/ / |/| |
| | * removed accidental submodule updateGravatar Bill Feng2018-11-07
| |/ |/|
| * Initialize value before creating sliceGravatar Vijay Pai2018-11-07
| |
* | Merge pull request #17111 from mhaidrygoog/server_unary_callback_benchmarkGravatar Moiz Haidry2018-11-07
|\ \ | |/ |/| Added benchmarks for Callback based Unary server
| * Added benchmarks for Callback based Unary serverGravatar Moiz Haidry2018-11-07
| |
* | Merge pull request #17072 from yashykt/interceptor_cancellationGravatar Yash Tibrewal2018-11-06
|\ \ | | | | | | Interceptors should see a Cancellation notification