aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
|
* Add a class to wrap grpc_test_initGravatar yang-g2018-11-30
|
* Merge pull request #17331 from yashykt/timestamplengthGravatar Yash Tibrewal2018-11-29
|\ | | | | Add the byte offset for the RPC that is traced in Timestamps
* \ Merge pull request #17312 from markdroth/grpclb_empty_serverlist_fixGravatar Mark D. Roth2018-11-29
|\ \ | | | | | | Don't ignore empty serverlists from the grpclb balancer.
* \ \ Merge pull request #17323 from markdroth/inlined_vector_copy_and_move_fixGravatar Mark D. Roth2018-11-29
|\ \ \ | | | | | | | | Fix InlinedVector to use its elements' move and copy methods.
| | * | Don't ignore empty serverlists from the grpclb balancer.Gravatar Mark D. Roth2018-11-29
| | | |
| | | * s/int/uint32_tGravatar Yash Tibrewal2018-11-29
| | | |
| | | * Add a byte counter to chttp2_stream and use that for timestampsGravatar Yash Tibrewal2018-11-29
| | | |
| | | * Do not add the TCP buffer length.Gravatar Yash Tibrewal2018-11-29
| | | |
| | | * Update testGravatar Yash Tibrewal2018-11-28
| | | |
* | | | 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'
| | | * Fix InlinedVector to use its elements' move and copy methods.Gravatar Mark D. Roth2018-11-28
| |_|/ |/| |
* | | Merge pull request #17296 from ncteisen/clang-tidyGravatar Noah Eisen2018-11-26
|\ \ \ | | | | | | | | Fix Clang Tidy
| | | * merge conflict fixGravatar Bill Feng2018-11-26
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #17239 from vishalpowar/add_ads_in_metadataGravatar vishalpowar2018-11-26
|\ \ \ \ | | | | | | | | | | Adding ads (data-plane-api) method name to wellknown names list.
| | * | | 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
| | * | | | Reviewer commentsGravatar Yash Tibrewal2018-11-20
| | | | | |
| | | | * | Add the missing definition of shutdown_background_closure to ↵Gravatar Guantao Liu2018-11-20
| |_|_|/ / |/| | | | | | | | | | | | | | bm_cq_multiple_threads
| | * | | CleanupGravatar Yash Tibrewal2018-11-16
| | | | |
| | | * | Run the tools/codegen/core/gen_static_metadata.py and generate theGravatar Vishal Powar2018-11-16
| |_|/ / |/| | | | | | | | | | | required files
* | | | 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
| | | | |
| | | * | Merge masterGravatar 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
| | | |
* | | | Add a non-polymorphic variant to RefCounted.Gravatar Soheil Hassas Yeganeh2018-11-13
|/ / / | | | | | | | | | | | | | | | Using RefCounted<Child, NonPolymorphic> users can now build smart, ref-counted pointers without paying the costs of a vtable when it's possible.
* | | 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
* | | | Add BUILD file for stats_test.ccGravatar Yash Tibrewal2018-11-05
| | | |
* | | | Added another test case for status orderingGravatar Vijay Pai2018-11-05
| | | |
* | | | Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* | | | Add blank lineGravatar ncteisen2018-11-02
| | | |
* | | | clang formatGravatar ncteisen2018-11-02
| | | |
* | | | Add testGravatar ncteisen2018-11-02
| |/ / |/| |
* | | Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
|\ \ \ | | | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation