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

Issue 2316573003: Python event log analyzer tool: fix of indexing issue. (Closed)

Created:
4 years, 3 months ago by aleloi
Modified:
4 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Python event log analyzer tool: fix of indexing issue. Test added to ensure it doesn't happen again. NOTRY=True Committed: https://crrev.com/ac398f2a4c2c8f15b3d66e3cc9722ad5a03c0a69 Cr-Commit-Position: refs/heads/master@{#14121}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Try/catch blocks in include. #

Total comments: 3

Patch Set 3 : Presubmit complaint. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -2 lines) Patch
M webrtc/tools/py_event_log_analyzer/misc_test.py View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/tools/py_event_log_analyzer/rtp_analyzer.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
A webrtc/tools/py_event_log_analyzer/rtp_analyzer_test.py View 1 2 1 chunk +62 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (6 generated)
aleloi
Please take a look! https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzer.py File webrtc/tools/py_event_log_analyzer/rtp_analyzer.py (right): https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzer.py#newcode274 webrtc/tools/py_event_log_analyzer/rtp_analyzer.py:274: grouped_delays = [[] for _ ...
4 years, 3 months ago (2016-09-06 11:08:11 UTC) #2
phoglund
https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py File webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py (right): https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py#newcode28 webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py:28: Remove blank line. https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py#newcode55 webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py:55: unittest.main() On 2016/09/06 11:08:11, ...
4 years, 3 months ago (2016-09-06 11:43:05 UTC) #3
aleloi
On 2016/09/06 11:43:05, phoglund wrote: > https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py > File webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py (right): > > https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py#newcode28 > ...
4 years, 3 months ago (2016-09-06 11:51:57 UTC) #4
phoglund
I looked a bit into how Chromium does this, and it's generally sys.path manipulations. They ...
4 years, 3 months ago (2016-09-06 11:51:59 UTC) #5
phoglund
On 2016/09/06 11:51:57, aleloi wrote: > On 2016/09/06 11:43:05, phoglund wrote: > > > https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py ...
4 years, 3 months ago (2016-09-06 11:55:33 UTC) #6
phoglund
On 2016/09/06 11:55:33, phoglund wrote: > On 2016/09/06 11:51:57, aleloi wrote: > > On 2016/09/06 ...
4 years, 3 months ago (2016-09-06 11:57:55 UTC) #7
aleloi
On 2016/09/06 11:51:59, phoglund wrote: > I looked a bit into how Chromium does this, ...
4 years, 3 months ago (2016-09-06 11:59:05 UTC) #8
phoglund
On 2016/09/06 11:59:05, aleloi wrote: > On 2016/09/06 11:51:59, phoglund wrote: > > I looked ...
4 years, 3 months ago (2016-09-06 12:07:55 UTC) #9
aleloi
On 2016/09/06 11:57:55, phoglund wrote: > On 2016/09/06 11:55:33, phoglund wrote: > > On 2016/09/06 ...
4 years, 3 months ago (2016-09-06 12:15:30 UTC) #10
aleloi
https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py File webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py (right): https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py#newcode28 webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py:28: On 2016/09/06 11:43:05, phoglund wrote: > Remove blank line. ...
4 years, 3 months ago (2016-09-06 12:15:37 UTC) #11
phoglund
On 2016/09/06 12:15:37, aleloi wrote: > https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py > File webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py (right): > > https://codereview.webrtc.org/2316573003/diff/1/webrtc/tools/py_event_log_analyzer/rtp_analyzertest.py#newcode28 > ...
4 years, 3 months ago (2016-09-06 13:05:33 UTC) #12
hlundin-webrtc
Rubberstamp LGTM, with one nit. And pending phoglund's approval. https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py File webrtc/tools/py_event_log_analyzer/misc_test.py (left): https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py#oldcode25 webrtc/tools/py_event_log_analyzer/misc_test.py:25: ...
4 years, 3 months ago (2016-09-07 14:23:19 UTC) #13
aleloi
https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py File webrtc/tools/py_event_log_analyzer/misc_test.py (left): https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py#oldcode25 webrtc/tools/py_event_log_analyzer/misc_test.py:25: On 2016/09/07 14:23:19, hlundin-webrtc wrote: > This is an ...
4 years, 3 months ago (2016-09-07 14:28:52 UTC) #14
hlundin-webrtc
https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py File webrtc/tools/py_event_log_analyzer/misc_test.py (left): https://codereview.webrtc.org/2316573003/diff/20001/webrtc/tools/py_event_log_analyzer/misc_test.py#oldcode25 webrtc/tools/py_event_log_analyzer/misc_test.py:25: On 2016/09/07 14:28:52, aleloi wrote: > On 2016/09/07 14:23:19, ...
4 years, 3 months ago (2016-09-07 14:38:38 UTC) #15
phoglund
lgtm
4 years, 3 months ago (2016-09-07 15:20:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2316573003/20001
4 years, 3 months ago (2016-09-07 15:23:27 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/8133)
4 years, 3 months ago (2016-09-07 15:33:11 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2316573003/40001
4 years, 3 months ago (2016-09-08 08:28:31 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-08 08:30:29 UTC) #24
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 08:30:40 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ac398f2a4c2c8f15b3d66e3cc9722ad5a03c0a69
Cr-Commit-Position: refs/heads/master@{#14121}

Powered by Google App Engine
This is Rietveld 408576698