Jan Tattermusch 9429f7dfc9 increase deadline in dualstack_socket_test hace 8 años
..
data 0c81dc40de Remove uneeded header, fix unused warn hace 8 años
fixtures 24f388bf95 Fix compile hace 8 años
fuzzers 9f3f4837af Add repro hace 8 años
tests c745690caf Internalize gpr_thd except for id and currentid hace 8 años
BUILD 2d0718a7da Add bazel target for more tests. hace 8 años
README 6d934529b9 Updated end2end/README hace 10 años
bad_server_response_test.cc c745690caf Internalize gpr_thd except for id and currentid hace 8 años
connection_refused_test.cc ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation hace 8 años
cq_verifier.cc be82e64b3d Autofix c casts to c++ casts hace 8 años
cq_verifier.h 66dfcf5919 clang fmt hace 8 años
cq_verifier_internal.h baa14a975e Update clang-format to 5.0 hace 8 años
cq_verifier_native.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures hace 8 años
cq_verifier_uv.cc 40422d5fa6 Merge master hace 8 años
dualstack_socket_test.cc 9429f7dfc9 increase deadline in dualstack_socket_test hace 8 años
end2end_nosec_tests.cc b353297b43 Revert "Revert "Set error status correctly on server side"" hace 8 años
end2end_test.sh 9f810b59f2 Run end2end tests with different pollers with Bazel. hace 8 años
end2end_test_utils.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures hace 8 años
end2end_tests.cc b353297b43 Revert "Revert "Set error status correctly on server side"" hace 8 años
end2end_tests.h 66dfcf5919 clang fmt hace 8 años
gen_build_yaml.py b353297b43 Revert "Revert "Set error status correctly on server side"" hace 8 años
generate_tests.bzl 9f810b59f2 Run end2end tests with different pollers with Bazel. hace 8 años
goaway_server_test.cc 4d20a66685 Run clang fmt hace 8 años
h2_ssl_cert_test.cc 4d20a66685 Run clang fmt hace 8 años
invalid_call_argument_test.cc be82e64b3d Autofix c casts to c++ casts hace 8 años
multiple_server_queues_test.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures hace 8 años
no_server_test.cc be98d24841 clang-format after nullptr changes 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