Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(142)

Issue 5616044: Log more information on status_listener. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by M-A
Modified:
14 years, 4 months ago
Reviewers:
Roger Tawa
Visibility:
Public.

Description

Log more information on status_listener. Remove support for buildbot 0.7.12.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M codereview/views_chromium.py View 1 chunk +16 lines, -16 lines 2 comments Download

Messages

Total messages: 3
M-A
14 years, 4 months ago (2012-02-01 20:05:05 UTC) #1
Roger Tawa
lgtm One question for my own info below. Did you want to reduce logging in ...
14 years, 4 months ago (2012-02-01 21:26:27 UTC) #2
M-A
14 years, 4 months ago (2012-02-02 01:33:18 UTC) #3
On 2012/02/01 21:26:27, rogerta1 wrote:
> lgtm
> 
> One question for my own info below.  Did you want to reduce logging in
> status_listener?

It increases slightly. It's not a big deal even if I thought so earlier this
week. Even if it is an array of the same build event, it doesn't result in that
much I/O. If it ever becomes an issue, I'll clean this up.

http://codereview.appspot.com/5616044/diff/1/codereview/views_chromium.py
File codereview/views_chromium.py (right):

http://codereview.appspot.com/5616044/diff/1/codereview/views_chromium.py#new...
codereview/views_chromium.py:270: HANDLER_MAP[event](base_url, timestamp,
packet, packet.pop('payload'))
On 2012/02/01 21:26:27, rogerta1 wrote:
> why pop payload?

That's what the code was doing before. In theory it wouldn't be necessary now
but I didn't want to change all the called functions.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b