DescriptionRefactor: Don't send the quit command before killing test server for ProxyScriptFetcherTest.NoCache. Instead we just murder the process directly.
Calling HttpTestServer::SendQuit() adds unnecessary latency since we need to wait for the sever to respond. But more importantly it is adding noise to my valgrind race investigation, since SendQuit() spins up its own IO thread to issue requests on (making the test have multiple threads that handle requests).
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=29826
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|