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

Issue 480643002: [Telemetry] Reduce testSockOpts by 5s on mac. (Closed)

Created:
6 years, 4 months ago by tonyg
Modified:
6 years, 4 months ago
Reviewers:
dtu
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Reduce testSockOpts by 5s on mac. Binding to 127.0.0.1 is instant. Binding to all interfaces takes 5s on my MBP. The part about closing the sockets is just a precaution. BUG=388256 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290135

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/websocket_unittest.py View 1 chunk +15 lines, -8 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
tonyg
6 years, 4 months ago (2014-08-15 22:35:41 UTC) #1
dtu
https://chromiumcodereview.appspot.com/480643002/diff/1/tools/telemetry/telemetry/core/backends/chrome/websocket_unittest.py File tools/telemetry/telemetry/core/backends/chrome/websocket_unittest.py (right): https://chromiumcodereview.appspot.com/480643002/diff/1/tools/telemetry/telemetry/core/backends/chrome/websocket_unittest.py#newcode45 tools/telemetry/telemetry/core/backends/chrome/websocket_unittest.py:45: try: Alternatively: with contextlib.closing(websocket.create_connection(ws_url)) as ws: # Stuff.
6 years, 4 months ago (2014-08-16 00:41:45 UTC) #2
dtu
lgtm
6 years, 4 months ago (2014-08-16 00:42:17 UTC) #3
tonyg
The CQ bit was checked by tonyg@chromium.org
6 years, 4 months ago (2014-08-16 00:56:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/480643002/1
6 years, 4 months ago (2014-08-16 00:59:48 UTC) #5
commit-bot: I haz the power
6 years, 4 months ago (2014-08-16 08:26:04 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (1) as 290135

Powered by Google App Engine
This is Rietveld 408576698