Mark D. Roth fd2ddd28a9 clang-format 9 years ago
..
data dba4c5fd01 Add various options to verify ssl/tls client cert including letting the 10 years ago
fixtures fd2ddd28a9 clang-format 9 years ago
fuzzers 98d5f5cb3f Renamed grpc-census-bin to grpc-stats-bin 9 years ago
tests fd2ddd28a9 clang-format 9 years ago
README 6d934529b9 Updated end2end/README 10 years ago
bad_server_response_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 years ago
connection_refused_test.c 81ae740e1e Test setting wait_for_ready via service config. 9 years ago
cq_verifier.c 661408c4d1 clang-format 9 years ago
cq_verifier.h 661408c4d1 clang-format 9 years ago
dualstack_socket_test.c 8bc8a83656 Update tests. 9 years ago
end2end_nosec_tests.c 6ce5228737 Merge pull request #7953 from makdharma/grpc_caching_test 9 years ago
end2end_tests.c 6ce5228737 Merge pull request #7953 from makdharma/grpc_caching_test 9 years ago
end2end_tests.h fd2ddd28a9 clang-format 9 years ago
fake_resolver.c e40dd29db6 Handle the case where the resolver returns after the call is initialized. 9 years ago
fake_resolver.h da0ec8222e Add fake resolver for tests. 9 years ago
gen_build_yaml.py ec393343ee Add h2_fake_resolver end2end test fixture. 9 years ago
goaway_server_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 years ago
invalid_call_argument_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 years ago
multiple_server_queues_test.c d6c98df792 clang-format all source 10 years ago
no_server_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 years ago

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