Yash Tibrewal c2a89cbdab Merge pull request #14769 from yashykt/sslcerttestfix há 8 anos atrás
..
data 0c81dc40de Remove uneeded header, fix unused warn há 8 anos atrás
fixtures 539f5068bd Abstract libuv implementation há 8 anos atrás
fuzzers aadbd18596 Also add size há 8 anos atrás
tests b8b976f06c Merge pull request #14787 from yang-g/tooo_many_pings há 8 anos atrás
BUILD 7ae3733cab [grpc] Add SSL session client cache support há 8 anos atrás
README 6d934529b9 Updated end2end/README há 10 anos atrás
bad_server_response_test.cc 87e2e6a58a clang-fmt há 8 anos atrás
connection_refused_test.cc c0cd82faed Remove unnecessary includes of exec_ctx.h há 8 anos atrás
cq_verifier.cc 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms há 8 anos atrás
cq_verifier.h 66dfcf5919 clang fmt há 8 anos atrás
cq_verifier_internal.h baa14a975e Update clang-format to 5.0 há 8 anos atrás
cq_verifier_native.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures há 8 anos atrás
cq_verifier_uv.cc 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible há 8 anos atrás
dualstack_socket_test.cc 9429f7dfc9 increase deadline in dualstack_socket_test há 8 anos atrás
end2end_nosec_tests.cc 718c8341ca Retry support. há 8 anos atrás
end2end_test.sh 9f810b59f2 Run end2end tests with different pollers with Bazel. há 8 anos atrás
end2end_test_utils.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures há 8 anos atrás
end2end_tests.cc 718c8341ca Retry support. há 8 anos atrás
end2end_tests.h 66dfcf5919 clang fmt há 8 anos atrás
gen_build_yaml.py 718c8341ca Retry support. há 8 anos atrás
generate_tests.bzl 718c8341ca Retry support. há 8 anos atrás
goaway_server_test.cc 44a1588b54 Merge master into yashykt:socklent há 8 anos atrás
h2_ssl_cert_test.cc e7ef1e5968 Combine cq draining and server destroy for h2_ssl_cert_test há 8 anos atrás
h2_ssl_session_reuse_test.cc 7ae3733cab [grpc] Add SSL session client cache support há 8 anos atrás
invalid_call_argument_test.cc be82e64b3d Autofix c casts to c++ casts há 8 anos atrás
multiple_server_queues_test.cc 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures há 8 anos atrás
no_server_test.cc e63e06d8d7 Fall calls with wait_for_ready=false on transient resolver failure. há 8 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