Makarand Dharmapurikar 0579cfc334 more files after running build.yaml changes through 10 éve
..
data dba4c5fd01 Add various options to verify ssl/tls client cert including letting the 10 éve
fixtures 3c63c8fda0 Update new fixture 10 éve
fuzzers 0761157414 Fix merge error 10 éve
tests 7981e1905f Network status tracking 10 éve
README 6d934529b9 Updated end2end/README 10 éve
cq_verifier.c fa2cc03e23 Tiny int -> bool change for cq verifier 10 éve
cq_verifier.h fa2cc03e23 Tiny int -> bool change for cq verifier 10 éve
dualstack_socket_test.c 0ca68b7cb1 Merge github.com:grpc/grpc into error 10 éve
end2end_nosec_tests.c 0579cfc334 more files after running build.yaml changes through 10 éve
end2end_tests.c 0579cfc334 more files after running build.yaml changes through 10 éve
end2end_tests.h 9e9edbc0d5 Introduce machinery to allow tests to register plugins 10 éve
gen_build_yaml.py 0579cfc334 more files after running build.yaml changes through 10 éve
goaway_server_test.c 0ca68b7cb1 Merge github.com:grpc/grpc into error 10 éve
invalid_call_argument_test.c a301eaade8 Allow servers to select compression level via initial MD. 10 éve
multiple_server_queues_test.c d6c98df792 clang-format all source 10 éve
no_server_test.c a301eaade8 Allow servers to select compression level via initial MD. 10 éve

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