David Garcia Quintas 62105352be Merge branch 'master' of github.com:grpc/grpc into lr_july_16 hace 9 años
..
data dba4c5fd01 Add various options to verify ssl/tls client cert including letting the hace 9 años
fixtures 824363dc2f Simplified LR filter hace 9 años
fuzzers 01c4d995d3 Added new features to load reporting. hace 9 años
tests 62105352be Merge branch 'master' of github.com:grpc/grpc into lr_july_16 hace 9 años
README 6d934529b9 Updated end2end/README hace 10 años
bad_server_response_test.c 9f340958f6 Remove unnecessary parsing detail hace 9 años
cq_verifier.c 6721d4f0f1 Return success status of grpc_byte_buffer_reader hace 9 años
cq_verifier.h fa2cc03e23 Tiny int -> bool change for cq verifier hace 9 años
dualstack_socket_test.c c7940ba9f0 init another one hace 9 años
end2end_nosec_tests.c 01c4d995d3 Added new features to load reporting. hace 9 años
end2end_tests.c 01c4d995d3 Added new features to load reporting. hace 9 años
end2end_tests.h 9e9edbc0d5 Introduce machinery to allow tests to register plugins hace 9 años
gen_build_yaml.py 824363dc2f Simplified LR filter hace 9 años
goaway_server_test.c 0ca68b7cb1 Merge github.com:grpc/grpc into error hace 9 años
invalid_call_argument_test.c a301eaade8 Allow servers to select compression level via initial MD. hace 9 años
multiple_server_queues_test.c d6c98df792 clang-format all source hace 10 años
no_server_test.c a301eaade8 Allow servers to select compression level via initial MD. hace 9 años

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