DescriptionDeflake MultiThreadedProxyResolverTest.ThreeThreads_Basic.
Previously, MultiThreadedProxyResolverTest.ThreeThreads_Basic started
multiple requests in parallel and expected resolvers on three threads
to be created and used. However, the new resolver thread can take long
enough to become ready that it doesn't finish initializing its resolver
before all requests complete on other threads and the test finishes.
This CL fixes this by blocking the resolvers to force requests to run on
new resolver threads.
BUG=486257
Committed: https://crrev.com/3418083e501f3bf267508563b3f1762c1f22d5e3
Cr-Commit-Position: refs/heads/master@{#329360}
Patch Set 1 : #
Messages
Total messages: 8 (3 generated)
|