apolcyn a98819007d Revert "Convert grpc_ares_wrapper to C++ (#25108)" (#25761) hace 4 años
..
data 6cf73030a9 add comments to avoid future use of hard-coded creds hace 5 años
fixtures 7021b72d1f Revert Revert Xds Status Notifier (#25718) hace 4 años
fuzzers 7021b72d1f Revert Revert Xds Status Notifier (#25718) hace 4 años
tests a41a206b8c Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) hace 4 años
BUILD 1680d41ccd remove hardcoded test credentials hace 5 años
README 576f79dff0 cleanup gen_build_yaml.py for end2end tests hace 5 años
bad_server_response_test.cc 0e3a02e903 Revert "Remove the `urgent` argument from iomgr tcp read API (#25494)" (#25592) hace 4 años
connection_refused_test.cc 2ff84ed8c2 C++ cast for void* hace 4 años
cq_verifier.cc 985c8ff3b2 Fix the bug of cq_maybe_expect_completion hace 4 años
cq_verifier.h ac080fd17a Fix readability-inconsistent-declaration-parameter-name manually hace 4 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 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible hace 7 años
dualstack_socket_test.cc 2ff84ed8c2 C++ cast for void* hace 4 años
end2end_nosec_tests.cc c1df3bcbcf Do not crash if server filter fails at ChannelData::Init hace 4 años
end2end_test.sh 25d570c39c flipped logic to enable pollers hace 7 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 c1df3bcbcf Do not crash if server filter fails at ChannelData::Init hace 4 años
end2end_tests.h 096b2324e1 Experimental API for XdsServerCredentials hace 4 años
engine_passthrough.cc cced243a06 OpenSslEngineSupport-200114 hace 5 años
gen_build_yaml.py 7267c8fcd9 Python3-ize tools/buildgen. hace 5 años
generate_tests.bzl 096b2324e1 Experimental API for XdsServerCredentials hace 4 años
goaway_server_test.cc a98819007d Revert "Convert grpc_ares_wrapper to C++ (#25108)" (#25761) hace 4 años
h2_ssl_cert_test.cc 165ee5007a Replaced grpc::string with std::string hace 5 años
h2_ssl_session_reuse_test.cc ac4f4de196 xDS server config fetcher hace 4 años
inproc_callback_test.cc f4e55b85bc Replace disrespectful term hace 4 años
invalid_call_argument_test.cc 2ff84ed8c2 C++ cast for void* hace 4 años
multiple_server_queues_test.cc 7a5288d2a0 Replace disrespectful words hace 4 años
no_server_test.cc 2ff84ed8c2 C++ cast for void* hace 4 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 generate_tests.bzl to reflect the change
- regenerate projects