grpc/test/core/end2end
murgatroid99 eebb129fd3 Merge branch 'master' into uv_core_transport 2016-10-03 09:33:29 -07:00
..
data Add various options to verify ssl/tls client cert including letting the 2016-04-19 15:02:06 -07:00
fixtures Merge branch 'master' into uv_core_transport 2016-10-03 09:33:29 -07:00
fuzzers Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
tests Merge remote-tracking branch 'upstream/master' into http_connect 2016-09-21 08:12:11 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.c Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
cq_verifier.c Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
cq_verifier.h clang-format 2016-08-26 13:45:01 -07:00
cq_verifier_internal.h Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
cq_verifier_native.c Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
cq_verifier_uv.c Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
dualstack_socket_test.c Compile and link core tests with libuv 2016-10-03 09:24:09 -07:00
end2end_nosec_tests.c Merge pull request #7953 from makdharma/grpc_caching_test 2016-09-06 13:58:54 -07:00
end2end_tests.c Merge pull request #7953 from makdharma/grpc_caching_test 2016-09-06 13:58:54 -07:00
end2end_tests.h disable cacheability assert for proxy 2016-08-29 16:43:54 -07:00
gen_build_yaml.py Merge branch 'master' into uv_core_transport 2016-10-03 09:33:29 -07:00
goaway_server_test.c Change cq_verifier to report file and line number for expectations. 2016-08-24 13:49:22 -07:00
invalid_call_argument_test.c Change cq_verifier to report file and line number for expectations. 2016-08-24 13:49:22 -07:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Change cq_verifier to report file and line number for expectations. 2016-08-24 13:49:22 -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