grpc/test/core/end2end
Jan Tattermusch 0d6fee6c8e Merge pull request #2286 from ctiller/split-me-baby-one-more-time
Further lock contention reduction for CHTTP2
2016-04-28 15:45:47 -07:00
..
data Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -07:00
fixtures Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -07:00
fuzzers Expand corpora 2016-04-26 20:37:10 -07:00
tests Merge github.com:grpc/grpc into split-me-baby-one-more-time 2016-04-26 13:00:44 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
cq_verifier.c Update copyrights 2016-03-31 07:46:18 -07:00
cq_verifier.h clang-format all core files 2015-09-22 12:33:20 -07:00
dualstack_socket_test.c Merge github.com:grpc/grpc into ignore_connectivity 2016-03-31 14:01:53 -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 Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -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