aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Allow specifying specific credential types to reach specific works in QPS ↵Gravatar Alexander Polcyn2018-11-21
| | | | benchmark driver
* 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
| |/ |/|
| * 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
* \ \ Merge pull request #17053 from yashykt/global_interceptorGravatar Yash Tibrewal2018-11-02
|\ \ \ | | | | | | | | Add global client interceptor factory
* \ \ \ Merge pull request #17050 from ncteisen/channelz-socketsGravatar Noah Eisen2018-11-01
|\ \ \ \ | | | | | | | | | | Channelz: Socket Tracks Addresses
| | | * | use gRPC thread modelGravatar Yihua Zhang2018-11-01
| |_|/ / |/| | |
| | | * Make client interceptors see notification even if Cancel was done before the ↵Gravatar Yash Tibrewal2018-11-01
| | | | | | | | | | | | | | | | RPC was issued. Also add tests
| | | * Add server interceptors in end2end_testGravatar Yash Tibrewal2018-11-01
| | | |
| | | * Refactor tests slightlyGravatar Yash Tibrewal2018-11-01
| | | |
* | | | Merge pull request #16988 from vjpai/server_callbackGravatar Vijay Pai2018-10-31
|\ \ \ \ | |_|_|/ |/| | | C++: Experimental server callback unary API
| | * | remove debugging outputGravatar ncteisen2018-10-31
| | | |
| | | * Add tests for global interceptorGravatar Yash Tibrewal2018-10-31
| | | |
| | * | Move uri_parser to libGravatar ncteisen2018-10-31
| | | |
* | | | Remove unused fuzzerGravatar Hope Casey-Allen2018-10-31
| | | |
* | | | Use grpc_cc_library and remove coptGravatar Hope Casey-Allen2018-10-31
| | | |
* | | | Fix internal BUILD errorGravatar Hope Casey-Allen2018-10-30
| | | |
* | | | Remove unused BUILD dependenciesGravatar Hope Casey-Allen2018-10-30
| | | |
| * | | Merge branch 'master' into server_callbackGravatar Vijay Pai2018-10-30
| |\ \ \
* | | | | Move fallthrough comment so it is recognized internallyGravatar Hope Casey-Allen2018-10-30
| |/ / / |/| | |
| | * | Move uri_parser to common spotGravatar ncteisen2018-10-30
| | | |
| | * | reviewer feedback, debuging helperGravatar ncteisen2018-10-30
| | |/
* | | Merge pull request #17046 from markdroth/health_check_client_fixGravatar Mark D. Roth2018-10-30
|\ \ \ | | | | | | | | Fix handling of call context in health check call batch payload.
* \ \ \ Merge pull request #17010 from ↵Gravatar Mark D. Roth2018-10-30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | grpc/revert-16996-revert-16912-fail_rpcs_on_transient_failure Revert "Revert "Fail wait_for_ready=false RPCs when channel is in TRANSIENT_FAILURE.""
* \ \ \ \ Merge pull request #17047 from hcaseyal/add_bazel_fileGravatar Jan Tattermusch2018-10-30
|\ \ \ \ \ | | | | | | | | | | | | Added bazel BUILD file for test/core/memory_usage
| * | | | | Rename memory_profile_test to match .ccGravatar hcaseyal2018-10-29
| | | | | |
| | | * | | Fix handling of call context in health check call batch payload.Gravatar Mark D. Roth2018-10-29
| | | | |/ | | | |/|
| | | | * Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
| | | |/
| * | / Added bazel BUILD file for test/core/memory_usageGravatar Hope Casey-Allen2018-10-29
| | |/ | |/|
* / | Get ClientContext included with ChannelInterface, and slight more cleanupGravatar Yash Tibrewal2018-10-29
|/ /
* | Merge pull request #16842 from yashykt/interceptorsGravatar Yash Tibrewal2018-10-28
|\ \ | | | | | | Experimental API for Client and Server Interception
| * | Revert "Add dummy interceptors to end2end_test and async_end2end_test"Gravatar Yash Tibrewal2018-10-27
| | | | | | | | | | | | This reverts commit d075719477910931a31533c14177841943ff8f39.
| * | Add dummy interceptors to end2end_test and async_end2end_testGravatar Yash Tibrewal2018-10-27
| | |
* | | Merge pull request #17019 from yang-g/default_credsGravatar Yang Gao2018-10-26
|\ \ \ | | | | | | | | Remove the internal caching for google_default_credentials
| | * | Fix buildGravatar Yash Tibrewal2018-10-26
| | | |
| | * | Reviewer comments except for void * fixedGravatar Yash Tibrewal2018-10-26
| | | |