Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29329315: Issue 2983 - Make sure that the new lastVersion format is recognized and exceptions don`t break eve… (Closed)

Created:
Oct. 21, 2015, 9:53 a.m. by Wladimir Palant
Modified:
Oct. 22, 2015, 1 p.m.
Reviewers:
Sebastian Noack, kzar
Visibility:
Public.

Description

Issue 2983 - Make sure that the new lastVersion format is recognized and exceptions don`t break eve…

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M sitescripts/stats/bin/logprocessor.py View 2 chunks +7 lines, -1 line 9 comments Download
M sitescripts/stats/test/logprocessor.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8
Wladimir Palant
Oct. 21, 2015, 9:54 a.m. (2015-10-21 09:54:01 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode122 sitescripts/stats/bin/logprocessor.py:122: except: You probably should explicitly catch Exception. Otherwise that ...
Oct. 21, 2015, 3:19 p.m. (2015-10-21 15:19:20 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode122 sitescripts/stats/bin/logprocessor.py:122: except: On 2015/10/21 15:19:20, Sebastian Noack wrote: > You ...
Oct. 21, 2015, 3:42 p.m. (2015-10-21 15:42:40 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode122 sitescripts/stats/bin/logprocessor.py:122: except: On 2015/10/21 15:42:40, Wladimir Palant wrote: > On ...
Oct. 21, 2015, 3:49 p.m. (2015-10-21 15:49:14 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode275 sitescripts/stats/bin/logprocessor.py:275: last_version = last_version.split('-', 1)[0] On 2015/10/21 15:49:13, Sebastian Noack ...
Oct. 21, 2015, 4:10 p.m. (2015-10-21 16:10:34 UTC) #5
Wladimir Palant
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode275 sitescripts/stats/bin/logprocessor.py:275: last_version = last_version.split('-', 1)[0] On 2015/10/21 15:49:13, Sebastian Noack ...
Oct. 21, 2015, 4:16 p.m. (2015-10-21 16:16:03 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py File sitescripts/stats/bin/logprocessor.py (right): https://codereview.adblockplus.org/29329315/diff/29329316/sitescripts/stats/bin/logprocessor.py#newcode275 sitescripts/stats/bin/logprocessor.py:275: last_version = last_version.split('-', 1)[0] On 2015/10/21 16:16:03, Wladimir Palant ...
Oct. 21, 2015, 4:19 p.m. (2015-10-21 16:19:51 UTC) #7
kzar
Oct. 21, 2015, 8:39 p.m. (2015-10-21 20:39:24 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld