grpc/test/core/end2end
David Klempner 6fb122dc6e Add calls to grpc_recycle_unused_port to two of the tests which call
grpc_pick_unused_port a lot.
2016-05-13 15:24:17 -07:00
..
data Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -07:00
fixtures Enable -Wextra-semi on compilers that support it 2016-05-10 09:55:38 -07:00
fuzzers Fix bug where max_frame_size was ignored 2016-04-30 14:11:33 -07:00
tests More clang-format fixes. 2016-05-05 13:04:20 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
cq_verifier.c Remove some unneeded code from an earlier iteration of this code. 2016-05-03 12:23:08 -07:00
cq_verifier.h Remove some unneeded code from an earlier iteration of this code. 2016-05-03 12:23:08 -07:00
dualstack_socket_test.c Add calls to grpc_recycle_unused_port to two of the tests which call 2016-05-13 15:24:17 -07:00
end2end_nosec_tests.c Add test to verify bad behavior 2016-04-04 13:09:30 -07:00
end2end_tests.c Add test to verify bad behavior 2016-04-04 13:09:30 -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 Exclude 1byte tests from msan 2016-05-03 22:19:11 -07:00
goaway_server_test.c Zero out memory to avoid msan failure 2016-03-30 16:48:28 -07:00
invalid_call_argument_test.c Update copyrights 2016-03-31 07:46:18 -07:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Update copyrights 2016-03-31 07:46:18 -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