grpc/test/core/end2end
Vijay Pai 0878d522e6 Merge pull request #4238 from ctiller/poffy
Make pick_first fast path lock free
2016-01-11 10:35:29 -08:00
..
data Fixing NULL terminator for test cert. 2015-11-17 22:01:03 -08:00
fixtures BoringSSL integration: non-vsprojects changes 2015-12-22 12:50:36 -08:00
tests Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
README Updated end2end/README 2015-09-23 16:19:28 -07:00
cq_verifier.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
cq_verifier.h clang-format all core files 2015-09-22 12:33:20 -07:00
dualstack_socket_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
end2end_nosec_tests.c Merge pull request #4238 from ctiller/poffy 2016-01-11 10:35:29 -08:00
end2end_tests.c Merge pull request #4238 from ctiller/poffy 2016-01-11 10:35:29 -08: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 Eliminate a layer of libraries in the end2end tests 2015-12-22 15:36:52 -08:00
invalid_call_argument_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
multiple_server_queues_test.c clang-format all core files 2015-09-22 12:33:20 -07:00
no_server_test.c Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08: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