Yash Tibrewal b1a75b722c Update comment há 5 anos atrás
..
data f090b04dd4 Add NULL-termination to hardcoded test creds string há 5 anos atrás
fixtures e8d47d31de [3/n] Avoid using hardcoded test credentials há 5 anos atrás
fuzzers 41cfae4234 Revert "Merge pull request #19693 from apolcyn/control_plane_creds" há 5 anos atrás
tests b1a75b722c Update comment há 5 anos atrás
BUILD 1680d41ccd remove hardcoded test credentials há 5 anos atrás
README 576f79dff0 cleanup gen_build_yaml.py for end2end tests há 5 anos atrás
bad_server_response_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch há 6 anos atrás
connection_refused_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch há 6 anos atrás
cq_verifier.cc 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received há 5 anos atrás
cq_verifier.h 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received há 5 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á 7 anos atrás
dualstack_socket_test.cc 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS há 6 anos atrás
end2end_nosec_tests.cc 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received há 5 anos atrás
end2end_test.sh 25d570c39c flipped logic to enable pollers há 7 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 2723a1bae6 Add a new type of error, GRPC_ERROR_EOS for failing writes when end of stream has been received há 5 anos atrás
end2end_tests.h e10d90ba27 add security level negotiation between call creds and channel. há 5 anos atrás
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 há 5 anos atrás
gen_build_yaml.py 576f79dff0 cleanup gen_build_yaml.py for end2end tests há 5 anos atrás
generate_tests.bzl ef8259da5a Revert debugging changes há 5 anos atrás
goaway_server_test.cc 03411d7be7 Second attempt: grpclb stabilization há 5 anos atrás
h2_ssl_cert_test.cc cced243a06 OpenSslEngineSupport-200114 há 5 anos atrás
h2_ssl_session_reuse_test.cc 1680d41ccd remove hardcoded test credentials há 5 anos atrás
inproc_callback_test.cc be6979202b Revamp server-side C++ callback API, message allocator, and mocking há 6 anos atrás
invalid_call_argument_test.cc e45b60d1fe Fix unique_ptr<char> memory allocation mismatch há 6 anos atrás
multiple_server_queues_test.cc e75fc243da change tests to use the new class instead of grpc_test_init há 7 anos atrás
no_server_test.cc c5f344deaf Revert "Revert "Allow encoding arbitrary channel args on a per-address basis."" há 7 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 generate_tests.bzl to reflect the change
- regenerate projects