mirror of https://github.com/grpc/grpc.git
[fixit] Scale down large tests (#30683)
* [fixit] Scale down large tests 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. * mark up cpu usage * Automated change: Fix sanity tests Co-authored-by: ctiller <ctiller@users.noreply.github.com>pull/30700/head
parent
0580c0e96d
commit
708259dc90
2 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue