grpc/test/core
Matthew Stevenson 99b0e54877
[ssl] Disable slow SSL transport security tests for UBSAN builds. (#33824)
This PR is expected to fix the flakes of
`//test/core/tsi:ssl_transport_security_test` when built under UBSAN.

Why is this needed? There are several tests in
`ssl_transport_security_test.cc` that involve doing many expensive
operations and PR #33638 recently added one more (namely, repeatedly
signing with an ECDSA key). The slow tests are already altered for MSAN
and TSAN, and now we need to do the same for UBSAN.
2023-07-24 10:44:00 -07:00
..
address_utils [core] Add support for vsock transport (#33309) 2023-06-07 13:55:53 -07:00
avl Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
backoff [backoff] Add random early detection classifier (#32354) 2023-02-16 10:11:23 -08:00
bad_client [promises] Handle the case that a rejection happens without reporting to the app (#33782) 2023-07-20 10:03:50 -07:00
bad_connection Update Abseil to 20230125 (#32139) 2023-01-30 16:20:24 -08:00
bad_ssl Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
channel [resolver API] remove address attribute interface (#33514) 2023-06-26 10:02:06 -07:00
client_channel [LB policies] revert changes for dualstack design (#33718) 2023-07-14 15:59:42 -07:00
client_idle Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
compiler_bugs Remove `include/grpc/impl/codegen/port_platform.h` (#31778) 2022-12-14 10:46:33 +08:00
compression Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
config [config] Better comma separated list support (#33182) 2023-05-18 20:55:49 -07:00
debug [stats] Add a test for IncrementHttp2MetadataSize(0) (#32896) 2023-04-19 08:37:53 -07:00
end2end [fuzzing] Increase deadline, fix b/291630910 (#33768) 2023-07-20 10:29:11 -07:00
event_engine [CI breakage] Skip some dns tests as a temporary workaround (#33819) 2023-07-21 18:50:48 -07:00
experiments [import] Fix missing dependency in experiments_tag_test (#33827) 2023-07-24 10:26:45 -07:00
ext/filters [EventEngine] Change `GetDNSResolver` to return `absl::StatusOr<std::unique_ptr<DNSResolver>>` (#33744) 2023-07-19 14:23:26 -07:00
filters [filter-test] Enhancements for better testing (#33652) 2023-07-11 15:27:27 -07:00
gpr [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
gprpp [metadata] Improve codegen for name lookups (#33237) 2023-06-06 14:43:55 -07:00
handshake Add enforcement for cpp-style comment license in check_copyright.py (#32273) 2023-02-02 13:00:20 -08:00
http [EventEngine] PosixEventEngine DNS Resolver (#32701) 2023-07-21 13:24:16 -07:00
iomgr [EventEngine] PosixEventEngine DNS Resolver (#32701) 2023-07-21 13:24:16 -07:00
json [JSON object loader] fix null handling (#33225) 2023-05-24 07:11:10 -07:00
matchers [xDS] support StringMatch for header matching in RouteConfig (#32993) 2023-05-19 09:16:06 -07:00
memory_usage [memory_usage] Use a named target for the client (#33258) 2023-05-26 10:28:18 -07:00
message_size Clean up the TODO item in build target `grpc_base` part `channel_args` (#31642) 2022-11-23 16:01:34 -05:00
nanopb Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
network_benchmarks Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
promise [promises] Async wakeup for activities/parties (#33215) 2023-05-24 11:01:01 -07:00
resource_quota [fuzzing] Fix fuzzer found bug (#33291) 2023-05-31 14:02:13 -07:00
security [core/security] Add Custom Token Lifetime - Service Acc Impersonation (#33351) 2023-07-13 11:42:26 -04:00
server_config_selector ServerConfigSelector: clean up API (#31683) 2022-11-28 13:45:50 -08:00
service_config Clean up the TODO item in build target `grpc_base` part `channel_args` (#31642) 2022-11-23 16:01:34 -05:00
slice [metadata] Add an experiment to ensure a unique refcount on parsed slice strings (#33205) 2023-07-05 20:57:03 -07:00
surface [cleanup] Remove public_headers_must_be_c89 test (#32898) 2023-04-19 14:47:10 -07:00
transport [test] Increase deadline after observed failure internally (#33778) 2023-07-20 10:00:00 -07:00
tsi [ssl] Disable slow SSL transport security tests for UBSAN builds. (#33824) 2023-07-24 10:44:00 -07:00
uri Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
util Revert "Revert "[lb pick_first] Enable random shuffling of address list" (#33497) 2023-06-20 15:53:34 -07:00
xds [xDS LB] xDS pick first support (#33540) 2023-06-30 14:06:08 -07:00