murgatroid99 aa9c578b07 Clean up code after merge with master 9 سال پیش
..
data dba4c5fd01 Add various options to verify ssl/tls client cert including letting the 9 سال پیش
fixtures aa9c578b07 Clean up code after merge with master 9 سال پیش
fuzzers c36f6ea745 Compile and link core tests with libuv 9 سال پیش
tests 8bc8a83656 Update tests. 9 سال پیش
README 6d934529b9 Updated end2end/README 10 سال پیش
bad_server_response_test.c c36f6ea745 Compile and link core tests with libuv 9 سال پیش
connection_refused_test.c 8bc8a83656 Update tests. 9 سال پیش
cq_verifier.c 2c287ca750 UV tests pass on linux 9 سال پیش
cq_verifier.h 661408c4d1 clang-format 9 سال پیش
cq_verifier_internal.h c36f6ea745 Compile and link core tests with libuv 9 سال پیش
cq_verifier_native.c aa9c578b07 Clean up code after merge with master 9 سال پیش
cq_verifier_uv.c aa9c578b07 Clean up code after merge with master 9 سال پیش
dualstack_socket_test.c aa9c578b07 Clean up code after merge with master 9 سال پیش
end2end_nosec_tests.c 6ce5228737 Merge pull request #7953 from makdharma/grpc_caching_test 9 سال پیش
end2end_tests.c 6ce5228737 Merge pull request #7953 from makdharma/grpc_caching_test 9 سال پیش
end2end_tests.h 1251ae2e9c disable cacheability assert for proxy 9 سال پیش
fake_resolver.c aa9c578b07 Clean up code after merge with master 9 سال پیش
fake_resolver.h da0ec8222e Add fake resolver for tests. 9 سال پیش
gen_build_yaml.py 2c287ca750 UV tests pass on linux 9 سال پیش
goaway_server_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 سال پیش
invalid_call_argument_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 سال پیش
multiple_server_queues_test.c d6c98df792 clang-format all source 10 سال پیش
no_server_test.c 7187ab9866 Change cq_verifier to report file and line number for expectations. 9 سال پیش

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