aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/write_buffering_at_end.c
Commit message (Collapse)AuthorAge
* rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\
| * Merge branch 'master' into cq_create_api_changesGravatar Sree Kuchibhotla2017-04-06
| |\
* | \ Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|\ \ \ | | |/ | |/|
| * | Calculate RPC deadline right before call creationGravatar Chris Evans2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most core end2end tests are written around a single RPC with an explicit deadline. Currently, this deadline is calculated before bringing up the test fixture, and thus time spent bringing up the test fixture is taken from the time allotted to the RPC. This change moves the calculation of these deadlines immediately before call creation. Additionally, the functions that calculate these deadlines have been renamed from 'xx_seconds_time()' to 'xx_seconds_from_now()' for clarity.
* | | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
|/ /
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
|/
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge pull request #9444 from ctiller/rollfwdGravatar Craig Tiller2017-01-27
|\ | | | | Re-integrate metadata handling changes
* \ Merge pull request #9466 from rjshade/add_test_logGravatar Yang Gao2017-01-27
|\ \ | | | | | | Add "Running test:" string to test log output
| | * Merge github.com:grpc/grpc into rollfwdGravatar Craig Tiller2017-01-26
| | |\ | |_|/ |/| |
| * | Add a 'Running test: ' string to test outputGravatar Robbie Shade2017-01-26
| | |
* | | Fix tests.Gravatar Mark D. Roth2017-01-25
|/ /
| * Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Fix merge problemsGravatar Craig Tiller2017-01-17
|
* Add a test of finishing buffering with EOSGravatar Craig Tiller2017-01-05