grpc/test/core/end2end
Denny C. Dai 4c60ba592e
[gRPC/iOS] Fix grpc_basictests_objc_ios due to unused function warning/error (#29988)
2022-06-13 10:15:29 +02:00
..
data add comments to avoid future use of hard-coded creds 2020-04-29 15:10:17 -07:00
fixtures Revert "Reland bytestream removal (#29911)" (#29964) 2022-06-09 08:51:06 -07:00
fuzzers Changing grpc_tcp_client_vtable to include TCP cancel connect method (#29968) 2022-06-10 10:56:34 -07:00
tests [gRPC/iOS] Fix grpc_basictests_objc_ios due to unused function warning/error (#29988) 2022-06-13 10:15:29 +02:00
BUILD Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
README cleanup gen_build_yaml.py for end2end tests 2020-04-03 07:34:54 +02:00
bad_server_response_test.cc Added GRPC_ERROR_IS_NONE (#29937) 2022-06-08 11:24:20 -07:00
connection_refused_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
cq_verifier.cc grpc_millis -> Timestamp/Duration (#28119) 2022-03-01 11:34:05 -08:00
cq_verifier.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
cq_verifier_internal.h clang-format 2017-12-06 18:55:05 -08:00
cq_verifier_native.cc Delete libuv-iomgr implementation and GRPC_UV build option (#27188) 2021-08-31 13:26:43 -07:00
dualstack_socket_test.cc Revert "Revert "Fix grpc_sockaddr_to_uri to return URI encoded string. Also see #29323 which has a similar fix for unix abstract addresses."" (#29798) 2022-06-02 13:51:04 -07:00
end2end_test_utils.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
end2end_tests.cc Filter content-length metadata (#29295) 2022-04-04 16:58:35 -07:00
end2end_tests.h Remove shutdown_cq from grpc_end2end_test_fixture (#29049) 2022-03-08 15:25:52 -08:00
engine_passthrough.cc OpenSslEngineSupport-200114 2020-01-14 11:42:32 -08:00
gen_build_yaml.py Delete end2end nosec tests (#28946) 2022-03-07 08:52:30 -08:00
generate_tests.bzl Revert "Reland bytestream removal (#29911)" (#29964) 2022-06-09 08:51:06 -07:00
goaway_server_test.cc Reland DNSResolver cancellation (#29581 and #29631) (#29670) 2022-05-16 16:23:38 -07:00
h2_ssl_cert_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
h2_ssl_session_reuse_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
inproc_callback_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
invalid_call_argument_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
multiple_server_queues_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
no_server_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
run.sh Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00

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