grpc/test/core/end2end
Jan Tattermusch be22335879 Merge pull request #6969 from ctiller/stream_finish
Fix errored streams prematurely terminating, add a test
2016-06-21 12:40:14 -07:00
..
data Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -07:00
fixtures Update new fixture 2016-06-09 16:16:58 -07:00
fuzzers Fix memory leak upon receiving two RST_STREAMs 2016-06-20 08:24:44 -07:00
tests Fix copyright 2016-06-20 11:13:11 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
cq_verifier.c Tiny int -> bool change for cq verifier 2016-05-17 13:47:40 -07:00
cq_verifier.h Tiny int -> bool change for cq verifier 2016-05-17 13:47:40 -07:00
dualstack_socket_test.c Merge github.com:grpc/grpc into error 2016-06-09 07:50:50 -07:00
end2end_nosec_tests.c Fix errored streams prematurely terminating, add a test 2016-06-20 11:11:44 -07:00
end2end_tests.c Fix errored streams prematurely terminating, add a test 2016-06-20 11:11:44 -07:00
end2end_tests.h Introduce machinery to allow tests to register plugins 2016-04-04 10:38:49 -07:00
gen_build_yaml.py Fix errored streams prematurely terminating, add a test 2016-06-20 11:11:44 -07:00
goaway_server_test.c Merge github.com:grpc/grpc into error 2016-06-09 07:50:50 -07:00
invalid_call_argument_test.c Allow servers to select compression level via initial MD. 2016-05-09 14:30:41 -07:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Allow servers to select compression level via initial MD. 2016-05-09 14:30:41 -07:00

README

Each fixture (under fixtures/) is paired with each test (under tests/) and
forms a complete end-to-end test.

To add a new test or fixture:
- add the code to the relevant directory
- update gen_build_yaml.py to reflect the change
- regenerate projects