grpc/test/core/config
Craig Tiller 07ecb5f85a
[fixit] Scale down large tests (#30684)
We have many tests that create 100 threads or more, and mounting evidence that
this is harmful to our CI environment.

When the original code for many of these tests was written we ran our tests
under run_tests, which had explicit handling for tracking the number of threads
each test needed and making sure that we weren't over subscribing the test
runner. Bazel has no such facility (and the facility in run_tests has since
been removed) and so we need to adjust.

This PR adjusts down a single test and is part of a series so that we can
review and roll back easily if required.
2022-08-22 11:04:20 -07:00
..
BUILD [build] Add test/core/util, test/core/event_engine to auto build deps (#30364) 2022-07-25 21:59:25 -07:00
core_configuration_test.cc [fixit] Scale down large tests (#30684) 2022-08-22 11:04:20 -07:00