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

Issue 178253010: rebaseline_server: use new intermediate JSON format (Closed)

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

Description

rebaseline_server: use new intermediate JSON format as described in https://goto.google.com/ChangingRbsJson There are still some places in the frontend (HTML+Javascript) code where we assume we are handling expectations vs actuals, but there are just a few and we should be able to remove them easily in a coming CL. At that point, the frontend will work just as well for displaying any set of image pairs. BUG=skia:1919 NOTRY=True Committed: http://code.google.com/p/skia/source/detail?r=13598

Patch Set 1 #

Patch Set 2 : line wraps #

Total comments: 5

Patch Set 3 : delete accidentally-added actual result of unittest #

Total comments: 10

Patch Set 4 : incorporate Ravi's suggestions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -1480 lines) Patch
M gm/gm_json.py View 1 2 3 5 chunks +47 lines, -5 lines 0 comments Download
M gm/rebaseline_server/column.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gm/rebaseline_server/imagediffdb.py View 1 2 3 10 chunks +25 lines, -4 lines 0 comments Download
M gm/rebaseline_server/imagepair.py View 1 2 3 3 chunks +8 lines, -3 lines 0 comments Download
M gm/rebaseline_server/imagepair_test.py View 2 chunks +2 lines, -0 lines 0 comments Download
M gm/rebaseline_server/imagepairset.py View 1 2 3 4 chunks +23 lines, -5 lines 0 comments Download
M gm/rebaseline_server/imagepairset_test.py View 1 chunk +1 line, -1 line 0 comments Download
M gm/rebaseline_server/results.py View 1 2 3 11 chunks +122 lines, -232 lines 0 comments Download
M gm/rebaseline_server/results_test.py View 1 chunk +3 lines, -2 lines 0 comments Download
M gm/rebaseline_server/server.py View 1 2 3 7 chunks +44 lines, -30 lines 0 comments Download
A gm/rebaseline_server/static/constants.js View 1 2 3 1 chunk +69 lines, -0 lines 0 comments Download
M gm/rebaseline_server/static/loader.js View 1 17 chunks +196 lines, -121 lines 0 comments Download
M gm/rebaseline_server/static/view.html View 17 chunks +73 lines, -93 lines 0 comments Download
M gm/rebaseline_server/testdata/outputs/actual/results_test.ResultsTest.test_gm/gm.json View 1 2 1 chunk +0 lines, -526 lines 0 comments Download
M gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json View 1 chunk +477 lines, -458 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
epoger
Ready for review at patchset 3! https://codereview.chromium.org/178253010/diff/20001/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/178253010/diff/20001/gm/gm_json.py#newcode99 gm/gm_json.py:99: # hash_digest) As ...
6 years, 9 months ago (2014-02-26 04:38:14 UTC) #1
epoger
Trying another run of the HouseKeeper bot at patchset 3. The one I ran overnight ...
6 years, 9 months ago (2014-02-26 15:14:38 UTC) #2
rmistry
Minor nits but other than that LGTM! https://codereview.chromium.org/178253010/diff/40001/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/178253010/diff/40001/gm/gm_json.py#newcode116 gm/gm_json.py:116: return '%s/%s' ...
6 years, 9 months ago (2014-02-26 17:35:39 UTC) #3
epoger
https://codereview.chromium.org/178253010/diff/40001/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/178253010/diff/40001/gm/gm_json.py#newcode116 gm/gm_json.py:116: return '%s/%s' % (gm_actuals_root_url, CreateGmRelativeUrl( On 2014/02/26 17:35:39, rmistry ...
6 years, 9 months ago (2014-02-26 17:56:19 UTC) #4
epoger
Trying another run of the HouseKeeper bot at patchset 4. More network problems...
6 years, 9 months ago (2014-02-26 18:30:00 UTC) #5
epoger
Trying a THIRD run of the HouseKeeper trybot at patchset 4. Yet more network problems...
6 years, 9 months ago (2014-02-26 18:52:03 UTC) #6
epoger
The CQ bit was checked by epoger@google.com
6 years, 9 months ago (2014-02-26 19:04:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/epoger@google.com/178253010/60001
6 years, 9 months ago (2014-02-26 19:05:07 UTC) #8
commit-bot: I haz the power
6 years, 9 months ago (2014-02-26 19:05:31 UTC) #9
Message was sent while issue was closed.
Change committed as 13598

Powered by Google App Engine
This is Rietveld 408576698