grpc/test/core/util
Craig Tiller a9bf741735
[fuzzing] Make it easier for fuzzers to find experiments (#34296)
The previous approach of generating strings was not converging well.
Instead, load a bitfield from the protobuf and use the bits to select
experiments. The fuzzers can explore this space swiftly.

Downside is that as experiments rotate in/out the corpus gets a bit
messed up, but I'm reasonably confident we'll recover quickly.

---------

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
2023-09-12 13:43:14 -07:00
..
BUILD [core/gpr] Move subprocess to gpr and add subprocess creation using execve (#33983) 2023-08-07 12:53:00 -07:00
audit_logging_utils.cc [Audit Logging] End2end test for audit logging in authorization policy (#33196) 2023-05-24 14:09:32 -07:00
audit_logging_utils.h [Audit Logging] End2end test for audit logging in authorization policy (#33196) 2023-05-24 14:09:32 -07:00
build.cc Reland user-agent metadata work (#28109) 2021-11-17 19:04:29 -08:00
build.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
channel_args_fuzzer.proto Filter fuzzer (#29177) 2022-04-04 13:31:38 -07:00
cmdline.cc Update Abseil to 20230125 (#32139) 2023-01-30 16:20:24 -08:00
cmdline.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
cmdline_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
evaluate_args_test_util.h [iwyu] Add test/core/util (#30289) 2022-07-20 16:18:19 -07:00
fake_udp_and_tcp_server.cc [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer (#34185) 2023-08-30 08:03:53 -07:00
fake_udp_and_tcp_server.h [c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer (#34185) 2023-08-30 08:03:53 -07:00
fuzz_config_vars.cc [config] Better comma separated list support (#33182) 2023-05-18 20:55:49 -07:00
fuzz_config_vars.h [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
fuzz_config_vars.proto [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzz_config_vars_helpers.cc [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzz_config_vars_helpers.h [fuzzing] Make it easier for fuzzers to find experiments (#34296) 2023-09-12 13:43:14 -07:00
fuzzer_corpus_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fuzzer_one_entry_runner.sh Fix fuzzer_one_entry_runner.sh to pass shellcheck 2018-02-07 11:46:33 -08:00
fuzzer_util.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fuzzer_util.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
fuzzing_channel_args.cc [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
fuzzing_channel_args.h [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
fuzzing_channel_args.proto [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
grpc_fuzzer.bzl [fuzzing] Allow naming owners for fuzzers (#33470) 2023-06-16 15:26:14 -07:00
grpc_profiler.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc_profiler.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
histogram.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
histogram.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
histogram_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
lsan_suppressions.txt Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. 2018-06-15 17:36:14 -07:00
mock_authorization_endpoint.h [iwyu] Add test/core/util (#30289) 2022-07-20 16:18:19 -07:00
mock_endpoint.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
mock_endpoint.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
one_corpus_entry_fuzzer.cc Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
osa_distance.cc [fuzzing] Improve OSA distance performance (#33149) 2023-05-16 21:15:30 -07:00
osa_distance.h [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
osa_distance_test.cc [fuzz] Turn core end2end tests into fuzzers (#33013) 2023-05-11 08:22:34 -07:00
parse_hexstring.cc [chttp2] Fix some fuzzer found bugs. (#33005) 2023-05-03 18:18:10 -07:00
parse_hexstring.h [chttp2] Fix some fuzzer found bugs. (#33005) 2023-05-03 18:18:10 -07:00
passthru_endpoint.cc writes_per_rpc_test: TSAN data race fix (#32688) 2023-03-22 19:15:25 -07:00
passthru_endpoint.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
port.cc [fuzzing] Implement endpoints for FuzzingEventEngine (#32689) 2023-03-27 17:43:47 -07:00
port.h [fuzzing] Implement endpoints for FuzzingEventEngine (#32689) 2023-03-27 17:43:47 -07:00
port_isolated_runtime_environment.cc Revert "[testing] Adjust port selection algorithm on RBE" (#33448) 2023-06-14 14:51:23 -07:00
port_server_client.cc [fuzzing] Implement endpoints for FuzzingEventEngine (#32689) 2023-03-27 17:43:47 -07:00
port_server_client.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
reconnect_server.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
reconnect_server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resolve_localhost_ip46.cc Reland x2: Make GetDefaultEventEngine return a shared_ptr (#30619) 2022-09-28 08:39:56 -07:00
resolve_localhost_ip46.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
scoped_env_var.h xDS cluster resource type: use ValidationErrors and add unit test (#31025) 2022-10-05 11:27:30 -07:00
slice_splitter.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
slice_splitter.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
socket_use_after_close_detector.cc [c-ares DNS resolver] Revert "Revert "[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails" (#33934)" (#33942) 2023-08-01 14:45:45 -07:00
socket_use_after_close_detector.h [c-ares DNS resolver] Revert "Revert "[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails" (#33934)" (#33942) 2023-08-01 14:45:45 -07:00
stack_tracer.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stack_tracer.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
stack_tracer_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test_config.cc Revert "[testing] Adjust port selection algorithm on RBE" (#33448) 2023-06-14 14:51:23 -07:00
test_config.h Revert "[testing] Adjust port selection algorithm on RBE" (#33448) 2023-06-14 14:51:23 -07:00
test_lb_policies.cc Revert "Revert "[lb pick_first] Enable random shuffling of address list" (#33497) 2023-06-20 15:53:34 -07:00
test_lb_policies.h StatsPluginEnd2EndTest: Add QueueOnceLoadBalancingPolicy to remove flakiness from test (#32019) 2023-01-05 12:45:52 -08:00
test_tcp_server.cc [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
test_tcp_server.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tls_utils.cc Added verified_root_cert_subject pass up through cpp api (#32335) 2023-03-08 13:41:26 -05:00
tls_utils.h Added verified_root_cert_subject pass up through cpp api (#32335) 2023-03-08 13:41:26 -05:00
tracer_util.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tracer_util.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
tsan_suppressions.txt Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
ubsan_suppressions.txt Re-enabling RBE ubsan (#27861) 2021-12-16 17:33:24 -08:00