aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/goaway_server_test.c
Commit message (Collapse)AuthorAge
* Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
|
* Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
|
* Merge remote-tracking branch 'upstream/v1.1.x' into merge_1.1.x_masterGravatar murgatroid992017-02-23
|\
| * Improve Node and libuv testing and test coverageGravatar murgatroid992017-02-17
| | | | | | | | Allow Node tests to run with or without UV, change default version to 7, add some portability tests. Also make some more core tests work with libuv
* | Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
| |
* | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
|/ | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\
| * Updated backoff to spec.Gravatar David Garcia Quintas2016-11-24
| |
* | All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|/
* Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
|
* Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-09
|\
* | Fix goaway_server_testGravatar Craig Tiller2016-05-12
| |
| * Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* | Convert tests to new error schemeGravatar Craig Tiller2016-05-06
|/
* Zero out memory to avoid msan failureGravatar Craig Tiller2016-03-30
|
* Fix testGravatar Craig Tiller2016-03-28
|
* Check connectivity flicker in goaway testGravatar Craig Tiller2016-03-24
|
* Use a DNS resolverGravatar Craig Tiller2016-03-24
|
* Initial goaway testGravatar Craig Tiller2016-03-24
|
* Begin test sketch: server goes away, calls continueGravatar Craig Tiller2016-03-24