grpc/test/core/end2end
Craig Tiller db3daf567b
[api-fuzzer] Enable fuzzing over config vars (#32736)
Add the capability for api-fuzzer to fuzz over different config
variables, to enable us to spot incompatible configurations there
sooner.

---------

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2023-03-28 16:18:12 -07:00
..
data Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fixtures Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
fuzzers [api-fuzzer] Enable fuzzing over config vars (#32736) 2023-03-28 16:18:12 -07:00
tests Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
BUILD Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
README cleanup gen_build_yaml.py for end2end tests 2020-04-03 07:34:54 +02:00
bad_server_response_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
connection_refused_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
cq_verifier.cc Reland "[promises] Convert call to a party" (#32651)" (#32653) 2023-03-27 14:02:36 -07:00
cq_verifier.h [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
dualstack_socket_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
end2end_test_utils.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
end2end_tests.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
end2end_tests.h [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
engine_passthrough.cc Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
flaky.bzl Revert "[flakes] Update flakiness (#31121)" (#31173) 2022-09-29 14:06:44 -07:00
gen_build_yaml.py Delete end2end nosec tests (#28946) 2022-03-07 08:52:30 -08:00
generate_tests.bzl [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
goaway_server_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
h2_ssl_cert_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
h2_ssl_session_reuse_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
h2_tls_peer_property_external_verifier_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
invalid_call_argument_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08:00
multiple_server_queues_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
no_server_test.cc [e2e] c++-ify core e2e test fixtures (#32550) 2023-03-10 10:39:56 -08: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