grpc/test/core/end2end
Craig Tiller 3e94de19cd Merge branch 'optionalize_resolvers' into optionalize_client_config 2016-04-01 12:57:28 -07:00
..
data Fixing NULL terminator for test cert. 2015-11-17 22:01:03 -08:00
fixtures Reposition files to optionalize client_config system 2016-03-31 13:45:47 -07:00
tests Merge github.com:grpc/grpc into copyright-fix 2016-03-31 07:49:58 -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 Update copyrights 2016-03-31 07:46:18 -07:00
end2end_nosec_tests.c Merge github.com:grpc/grpc into copyright-fix 2016-03-31 07:49:58 -07:00
end2end_tests.c Merge github.com:grpc/grpc into copyright-fix 2016-03-31 07:49:58 -07:00
end2end_tests.h Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
gen_build_yaml.py Merge github.com:grpc/grpc into copyright-fix 2016-03-31 07:49:58 -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