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

Issue 155020: Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts. (Closed)

Created:
11 years, 5 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19951

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M net/socket/tcp_pinger.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paweł Hajdan Jr.
What do you think? net_unittests launch testserver a lot of times, and waiting for startup ...
11 years, 5 months ago (2009-07-02 22:18:33 UTC) #1
tony
11 years, 5 months ago (2009-07-03 00:54:59 UTC) #2
I think this is a good change to make.  LGTM.

I tried at one point to have the test server start once per test .cc file
(static SetUp method), but it resulted in a bunch of other failures (maybe the
test server can't handle all the requests?).  It would be nice if we didn't have
to restart the server between every test.

Powered by Google App Engine
This is Rietveld 408576698