Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Used TYPED_TEST to parametrize | Vijay Pai | 2016-03-29 |
| | | | | Include all 4 sync/async client/server combos | ||
* | clang-format | Vijay Pai | 2016-03-29 |
| | |||
* | Add a concurrent test for sync client, async server case | Vijay Pai | 2016-03-29 |
| | |||
* | Fix copyright | Craig Tiller | 2016-03-25 |
| | |||
* | Fix includes | Craig Tiller | 2016-03-25 |
| | |||
* | Merge pull request #5877 from vjpai/make_generic_payloads_great_again | Jan Tattermusch | 2016-03-25 |
|\ | | | | | Properly set server payload config in QPS tests | ||
* | | Fix copyrights | Craig Tiller | 2016-03-25 |
| | | |||
* | | Auto-changes | Craig Tiller | 2016-03-25 |
| | | |||
| * | Merge branch 'master' into make_generic_payloads_great_again | Vijay Pai | 2016-03-24 |
| |\ | |/ |/| | |||
* | | Merge pull request #5892 from yang-g/copy_generic_byte_buffer | Jan Tattermusch | 2016-03-23 |
|\ \ | | | | | | | Make a copy of ByteBuffer when writing | ||
| * | | Make a copy of ByteBuffer when writing | yang-g | 2016-03-21 |
| | | | |||
| | * | @jtattermusch correctly pointed out that we are not setting | vjpai | 2016-03-21 |
| |/ | | | | | | | | | | | payload config in our server config. This affect any generic server tests that use anything other than 0-byte responses: essentially, server-streaming or bidi throughput tests. | ||
* | | Made the code simpler to parse for humans | David Garcia Quintas | 2016-03-21 |
| | | |||
* | | Ensure that no #includes are inside of a namespace. | David Garcia Quintas | 2016-03-21 |
|/ | |||
* | Merge pull request #5752 from vjpai/make_open_loop_again | Jan Tattermusch | 2016-03-18 |
|\ | | | | | More fixes for performance benchmarking code | ||
* \ | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-15 |
|\ \ | |||
| * \ | Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx | Jan Tattermusch | 2016-03-15 |
| |\ \ | | | | | | | | | Revert "Revert "Properly integrate async API with server-side cancellations."" | ||
| | | * | clang-format and fix a typo caused by saving | Vijay Pai | 2016-03-14 |
| | | | | |||
| | | * | 1. Remove all deadlines from the RPCs and shutdown in this code. | vjpai | 2016-03-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests (especially unconstrained versions) can get very backlogged and may take a while to finish. We sometimes flake waiting for that. This is not hazardous (IMO), as the scripts that run these tests already have timeouts to make sure that these don't truly go on forever. 2. Make the time spent in the benchmark phase actually be benchmark_seconds rather than benchmark_seconds-warmup_seconds as it is currently. | ||
| * | | | Add support for IP Addresses in Subject Alt Names. | Paul Querna | 2016-03-14 |
| | |/ | |/| | |||
| * | | Merge pull request #5580 from daniel-j-born/test_creds | Dan Born | 2016-03-14 |
| |\ \ | | | | | | | | | Allow use of alternative credential types. | ||
| | | * | Merge branch 'master' into revert-5599-revert-5572-srv_ctx | vjpai | 2016-03-14 |
| | | |\ | | |_|/ | |/| | | |||
| * | | | Merge branch 'master' into debug_qps_stream | vjpai | 2016-03-10 |
| |\ \ \ | |||
* | | | | | clang-format | David Garcia Quintas | 2016-03-08 |
| | | | | | |||
* | | | | | Merge branch 'master' of github.com:grpc/grpc into codegen_lib | David Garcia Quintas | 2016-03-08 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Fix formatting | Craig Tiller | 2016-03-07 |
| | | | | | |||
| * | | | | Disable profiling in qps_worker for now | Craig Tiller | 2016-03-07 |
| | | | | | |||
| | | | * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | |_|/ | |/| | | |||
* | | | | WIP. Added codegen_test | David Garcia Quintas | 2016-03-06 |
| | | | | |||
| * | | | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 |
| | | | | |||
| | | * | clang reformat. | Dan Born | 2016-03-03 |
| | | | | |||
| | | * | Allow use of alternative credential types. | Dan Born | 2016-03-03 |
| | | | | |||
| * | | | Better comments. | Vijay Pai | 2016-03-03 |
| | | | | |||
| * | | | clang-format | Vijay Pai | 2016-03-03 |
| | | | | |||
| * | | | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 |
| | |/ | |/| | | | | | | | There is a comment above IsCancelled that says when it is ok to use this. | ||
| | * | Merge branch 'master' into debug_qps_stream | vjpai | 2016-03-03 |
| | |\ | | |/ | |/| | |||
| * | | Always ref writable streams | Craig Tiller | 2016-03-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | We suffered a bug whereby doing a follow-up write to another write could resurrect a deleted stream, causing all sorts of crash. Fix: when a stream becomes writable (vs when we start writing) take a ref on the stream, and only relinquish it once we're done writing. | ||
| * | | Revert "Update reconnect_interop_server.cc" | Craig Tiller | 2016-03-02 |
| | | | |||
* | | | clang-format | David Garcia Quintas | 2016-03-02 |
| | | | |||
* | | | copyrights | David Garcia Quintas | 2016-03-02 |
|/ / | |||
* | | Revert "Update reconnect_interop_client.cc" | Craig Tiller | 2016-03-02 |
| | | |||
* | | Merge pull request #5539 from grpc/makdharma-comment | Yang Gao | 2016-03-02 |
|\ \ | | | | | | | Update reconnect_interop_server.cc | ||
| * | | Update reconnect_interop_server.cc | makdharma | 2016-03-02 |
| | | | |||
* | | | Update reconnect_interop_client.cc | makdharma | 2016-03-02 |
|/ / | |||
* | | Merge pull request #5523 from vjpai/e2e_stc | Yang Gao | 2016-03-02 |
|\ \ | | | | | | | Fix ServerTryCancel in end2end tests | ||
| * | | ServerTryCancel was not actually respecting the API since it | Vijay Pai | 2016-03-01 |
| | | | | | | | | | | | | | | | could be an arbitrary amount of time between when the cancel is tried and actually observable. | ||
* | | | Fix clang format issue | Sree Kuchibhotla | 2016-03-01 |
| | | | |||
* | | | Fix ResponseStreamServerCancelAfter test flake | Sree Kuchibhotla | 2016-02-29 |
|/ / | |||
* | | Merge pull request #5402 from sreecha/stress_test_scripts | Jan Tattermusch | 2016-02-29 |
|\ \ | | | | | | | Stress test scripts to launch in GKE | ||
| * | | Fix copyright | Sree Kuchibhotla | 2016-02-29 |
| | | |