Muxi Yan df174ccd69 bug fix hace 8 años
..
data 7897ae9308 auto-fix most of licenses hace 8 años
fixtures 0e3aee3dff Add refcount to tcp tracer hace 8 años
fuzzers 68a0fd5416 Separate stream compression from message-wise compression hace 8 años
tests df174ccd69 bug fix hace 8 años
BUILD 4d5c3102a1 fix remaining license notices hace 8 años
README 6d934529b9 Updated end2end/README hace 10 años
bad_server_response_test.c 274bbbe6a0 Add rich closure debug mode hace 8 años
connection_refused_test.c 7897ae9308 auto-fix most of licenses hace 8 años
cq_verifier.c 7897ae9308 auto-fix most of licenses hace 8 años
cq_verifier.h 7897ae9308 auto-fix most of licenses hace 8 años
cq_verifier_internal.h 7897ae9308 auto-fix most of licenses hace 8 años
cq_verifier_native.c 7897ae9308 auto-fix most of licenses hace 8 años
cq_verifier_uv.c 7897ae9308 auto-fix most of licenses hace 8 años
dualstack_socket_test.c 7897ae9308 auto-fix most of licenses hace 8 años
end2end_nosec_tests.c 59827dd739 generate project hace 8 años
end2end_test.sh 7897ae9308 auto-fix most of licenses hace 8 años
end2end_test_utils.c 7897ae9308 auto-fix most of licenses hace 8 años
end2end_tests.c 59827dd739 generate project hace 8 años
end2end_tests.h 7897ae9308 auto-fix most of licenses hace 8 años
gen_build_yaml.py 121e789f1d Add tests hace 8 años
generate_tests.bzl 59827dd739 generate project hace 8 años
goaway_server_test.c 274bbbe6a0 Add rich closure debug mode hace 8 años
invalid_call_argument_test.c aa345e85be try fixing invalic_call_argument_test on kokoro hace 8 años
multiple_server_queues_test.c 7897ae9308 auto-fix most of licenses hace 8 años
no_server_test.c 7897ae9308 auto-fix most of licenses hace 8 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