Yuchen Zeng 8917aecf56 Fix api_fuzzer failure, add proper cleanup há 9 anos atrás
..
data dba4c5fd01 Add various options to verify ssl/tls client cert including letting the há 10 anos atrás
fixtures 824363dc2f Simplified LR filter há 9 anos atrás
fuzzers 8917aecf56 Fix api_fuzzer failure, add proper cleanup há 9 anos atrás
tests cca4a199e7 Fix destroy_call_elem API in test. há 9 anos atrás
README 6d934529b9 Updated end2end/README há 10 anos atrás
bad_server_response_test.c 9f340958f6 Remove unnecessary parsing detail há 9 anos atrás
cq_verifier.c 7c3ba12813 Merge branch 'master' of github.com:grpc/grpc into grpclb_v0 há 9 anos atrás
cq_verifier.h 3fb8f7360b gRPC LB policy há 9 anos atrás
dualstack_socket_test.c c7940ba9f0 init another one há 9 anos atrás
end2end_nosec_tests.c 6e26952db4 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure há 9 anos atrás
end2end_tests.c 6e26952db4 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure há 9 anos atrás
end2end_tests.h 9e9edbc0d5 Introduce machinery to allow tests to register plugins há 10 anos atrás
gen_build_yaml.py 6e26952db4 Merge remote-tracking branch 'upstream/master' into filter_call_init_failure há 9 anos atrás
goaway_server_test.c 10c1d5af31 Add grpc_customized_resolve_address há 9 anos atrás
invalid_call_argument_test.c a301eaade8 Allow servers to select compression level via initial MD. há 9 anos atrás
multiple_server_queues_test.c d6c98df792 clang-format all source há 10 anos atrás
no_server_test.c a301eaade8 Allow servers to select compression level via initial MD. há 9 anos atrás

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