grpc/test/core/end2end
Craig Tiller ccad38227f Merge github.com:grpc/grpc into stats 2017-08-31 12:23:53 -07:00
..
data auto-fix most of licenses 2017-06-08 11:22:41 +02:00
fixtures Merge pull request #11733 from markdroth/security_api_cleanup 2017-07-24 10:03:22 -07:00
fuzzers Make package names consistent under test/core 2017-08-31 09:12:51 -07:00
tests Merge github.com:grpc/grpc into stats 2017-08-31 12:23:53 -07:00
BUILD Make package names consistent under test/core 2017-08-31 09:12:51 -07:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
bad_server_response_test.c Add rich closure debug mode 2017-06-08 17:50:01 -07:00
connection_refused_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cq_verifier.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cq_verifier.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cq_verifier_internal.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cq_verifier_native.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
cq_verifier_uv.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
dualstack_socket_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
end2end_nosec_tests.c generate project 2017-08-21 17:09:43 -07:00
end2end_test.sh auto-fix most of licenses 2017-06-08 11:22:41 +02:00
end2end_test_utils.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
end2end_tests.c generate project 2017-08-21 17:09:43 -07:00
end2end_tests.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
gen_build_yaml.py Polish names of tests 2017-08-15 09:55:30 -07:00
generate_tests.bzl Polish names of tests 2017-08-15 09:55:30 -07:00
goaway_server_test.c Add support for service configs to c-ares resolver. 2017-08-03 14:47:23 -07:00
invalid_call_argument_test.c try fixing invalic_call_argument_test on kokoro 2017-06-10 08:13:02 +02:00
multiple_server_queues_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02:00
no_server_test.c auto-fix most of licenses 2017-06-08 11:22:41 +02: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