Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Issue 211006: Simplify a unittest by removing the helper thread.... (Closed)

Created:
11 years, 3 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Paweł Hajdan Jr.
Visibility:
Public.

Description

Simplify a unittest by removing the helper thread. This is test clean-up -- the way I had originally structured that test with synch wrappers was overly complicated. I am also hoping that this refactor will obviate 15147, which looks like it could be a data race in ProxyScriptFetcherTest.NoCache due to having multiple concurrent IO threads (the test helper thread, as well as the internal IO thread that HttpTestServer spawns for MakeGetRequest). BUG=http://crbug.com/15147 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26611

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -163 lines) Patch
M net/proxy/proxy_script_fetcher_unittest.cc View 9 chunks +116 lines, -163 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eroman
11 years, 3 months ago (2009-09-17 04:51:14 UTC) #1
wtc
11 years, 3 months ago (2009-09-18 16:47:05 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698