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

Issue 184103022: rebaseline_server: keep going on exception in ImagePair.__init__() (Closed)

Created:
6 years, 9 months ago by epoger
Modified:
6 years, 9 months ago
Reviewers:
borenet, rmistry
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

rebaseline_server: keep going on exception in ImagePair.__init__() BUG=skia:2247 NOTREECHECKS=True NOTRY=True TBR=borenet Committed: http://code.google.com/p/skia/source/detail?r=13650

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M gm/rebaseline_server/results.py View 1 chunk +13 lines, -10 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
epoger
committing TBR
6 years, 9 months ago (2014-03-04 00:57:00 UTC) #1
epoger
The CQ bit was checked by epoger@google.com
6 years, 9 months ago (2014-03-04 00:57:04 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/epoger@google.com/184103022/1
6 years, 9 months ago (2014-03-04 00:57:07 UTC) #3
epoger
The CQ bit was unchecked by epoger@google.com
6 years, 9 months ago (2014-03-04 00:57:59 UTC) #4
epoger
The CQ bit was checked by epoger@google.com
6 years, 9 months ago (2014-03-04 00:58:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/epoger@google.com/184103022/1
6 years, 9 months ago (2014-03-04 00:58:17 UTC) #6
commit-bot: I haz the power
Change committed as 13650
6 years, 9 months ago (2014-03-04 00:58:23 UTC) #7
rmistry
https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results.py File gm/rebaseline_server/results.py (right): https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results.py#newcode404 gm/rebaseline_server/results.py:404: logging.exception('got exception while creating new ImagePair') Drive-by comment: It ...
6 years, 9 months ago (2014-03-04 01:04:27 UTC) #8
borenet
LGTM https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results.py File gm/rebaseline_server/results.py (right): https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results.py#newcode404 gm/rebaseline_server/results.py:404: logging.exception('got exception while creating new ImagePair') On 2014/03/04 ...
6 years, 9 months ago (2014-03-04 12:49:42 UTC) #9
epoger
6 years, 9 months ago (2014-03-04 14:52:18 UTC) #10
Message was sent while issue was closed.
On 2014/03/04 01:04:27, rmistry wrote:
>
https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results.py
> File gm/rebaseline_server/results.py (right):
> 
>
https://codereview.chromium.org/184103022/diff/1/gm/rebaseline_server/results...
> gm/rebaseline_server/results.py:404: logging.exception('got exception while
> creating new ImagePair')
> Drive-by comment: It would help to log the thrown exception to capture what it
> was.

Thanks for the suggestion.  In this particular case, the exception is already
logged earlier in the exception call stack... but there may be other cases where
it wasn't.  So I think it's a good idea to log whenever+wherever we swallow
exceptions.  Watch for a followup CL.

Powered by Google App Engine
This is Rietveld 408576698