aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/filter_call_init_fails.c
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
|\
| * Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-11-07
| |\ | | | | | | | | | core-end2end-tests-cronet-update
| * | Clean with clang-formatGravatar Muxi Yan2016-10-31
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Gravatar Muxi Yan2016-10-30
| |\ \ | | | | | | | | | | | | core-end2end-tests-cronet-update
| * | | Use get_host_override_string function inlineGravatar Muxi Yan2016-10-30
| | | |
| * | | Convert validate_host_override_string into a function and rename into ↵Gravatar Muxi Yan2016-10-30
| | | | | | | | | | | | | | | | get_host_override_string
| | | * Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
| | |/
* | | clang-formatGravatar Craig Tiller2016-10-26
| | |
* | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
| |/ |/|
* | Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
| |
| * Update unit tests and fixtures with AUTHORITY_HEADER support optionGravatar Muxi Yan2016-09-20
|/
* Fix some more tests that called cq_expect_completion().Gravatar Mark D. Roth2016-08-25
|
* Fix destroy_call_elem API in test.Gravatar Mark D. Roth2016-08-02
|
* Fixed asan failure and some refcounting bugs.Gravatar Mark D. Roth2016-07-27
|
* clang-formatGravatar Mark D. Roth2016-07-21
|
* Add test filter right before connected channel filter.Gravatar Mark D. Roth2016-07-19
|
* s/MAX_INT/INT_MAX/Gravatar Mark D. Roth2016-07-18
|
* Change priority for adding the filter in the filter_call_init_fails test.Gravatar Mark D. Roth2016-07-15
|
* clang-formatGravatar Mark D. Roth2016-06-23
|
* Added test for filter whose call initialization fails, and fixed bugsGravatar Mark D. Roth2016-06-23
uncovered by the test.