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

Issue 479613002: Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server (Closed)

Created:
6 years, 4 months ago by rmistry
Modified:
6 years, 4 months ago
Reviewers:
epoger
CC:
reviews_skia.org, stephana
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Add ability to output ImageBaseGSUrl to render_picture and use in rebaseline server. BUG=skia:2230 Committed: https://skia.googlesource.com/skia/+/2529f2e72cddf87904c8ad4b613942cbef802cfb

Patch Set 1 : Initial upload #

Patch Set 2 : Cleanup and add to gm_json.py #

Total comments: 2

Patch Set 3 : Rebase #

Patch Set 4 : Addressing comments #

Patch Set 5 : Cleanup #

Patch Set 6 : Override DEFAULT_IMAGE_BASE_GS_URL #

Patch Set 7 : Update remaining ImagePair callers #

Total comments: 12

Patch Set 8 : Addressing comments #

Total comments: 2

Patch Set 9 : Add expected JSON #

Patch Set 10 : Fixing tests #

Patch Set 11 : gm/test_all.py now passes #

Patch Set 12 : Revert changes to imagepair_test.py #

Patch Set 13 : Fix render_pictures_test #

Patch Set 14 : Rebase #

Patch Set 15 : Fix render_pictures_test after rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -48 lines) Patch
M gm/gm_json.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gm/rebaseline_server/compare_configs.py View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M gm/rebaseline_server/compare_rendered_pictures.py View 1 2 3 4 5 6 7 6 chunks +29 lines, -13 lines 0 comments Download
M gm/rebaseline_server/compare_rendered_pictures_test.py View 1 2 3 4 5 6 7 8 9 10 4 chunks +66 lines, -3 lines 0 comments Download
M gm/rebaseline_server/compare_to_expectations.py View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M gm/rebaseline_server/imagepair.py View 1 2 3 4 5 3 chunks +12 lines, -7 lines 0 comments Download
M gm/rebaseline_server/imagepair_test.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M gm/rebaseline_server/imagepairset.py View 1 2 3 4 5 4 chunks +18 lines, -9 lines 0 comments Download
M gm/rebaseline_server/imagepairset_test.py View 1 2 3 4 5 6 7 8 9 4 chunks +18 lines, -10 lines 0 comments Download
A + gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_endToEnd_withImageBaseGSUrl/compare_rendered_pictures.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M tools/image_expectations.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +8 lines, -0 lines 0 comments Download
M tools/image_expectations.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -0 lines 0 comments Download
M tools/render_pictures_main.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -0 lines 0 comments Download
M tools/tests/render_pictures_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
rmistry
6 years, 4 months ago (2014-08-15 17:47:52 UTC) #1
epoger
https://codereview.chromium.org/479613002/diff/20001/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/479613002/diff/20001/gm/gm_json.py#newcode96 gm/gm_json.py:96: JSONKEY_GOOGLE_STORAGE_BUCKET = 'gs-bucket' I think this CL is fine ...
6 years, 4 months ago (2014-08-15 17:52:50 UTC) #2
rmistry
https://codereview.chromium.org/479613002/diff/20001/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/479613002/diff/20001/gm/gm_json.py#newcode96 gm/gm_json.py:96: JSONKEY_GOOGLE_STORAGE_BUCKET = 'gs-bucket' On 2014/08/15 17:52:50, epoger wrote: > ...
6 years, 4 months ago (2014-08-21 13:08:29 UTC) #3
rmistry
Patchset6 overrides DEFAULT_IMAGE_BASE_GS_URL. PTAL
6 years, 4 months ago (2014-08-21 15:04:47 UTC) #4
epoger
https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py File gm/rebaseline_server/imagepair_test.py (right): https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py#newcode79 gm/rebaseline_server/imagepair_test.py:79: # use alternate imageB base url: AFAICT, the different ...
6 years, 4 months ago (2014-08-21 16:15:22 UTC) #5
rmistry
https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py File gm/rebaseline_server/imagepair_test.py (right): https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py#newcode79 gm/rebaseline_server/imagepair_test.py:79: # use alternate imageB base url: On 2014/08/21 16:15:22, ...
6 years, 4 months ago (2014-08-21 18:15:07 UTC) #6
epoger
https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py File gm/rebaseline_server/imagepair_test.py (right): https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py#newcode79 gm/rebaseline_server/imagepair_test.py:79: # use alternate imageB base url: On 2014/08/21 18:15:06, ...
6 years, 4 months ago (2014-08-21 18:25:06 UTC) #7
rmistry
Added the expected file, but note that the test does not seem to be asserting ...
6 years, 4 months ago (2014-08-21 19:07:01 UTC) #8
epoger
lgtm https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py File gm/rebaseline_server/imagepair_test.py (right): https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py#newcode79 gm/rebaseline_server/imagepair_test.py:79: # use alternate imageB base url: On 2014/08/21 ...
6 years, 4 months ago (2014-08-21 19:20:30 UTC) #9
rmistry
On 2014/08/21 19:20:30, epoger wrote: > lgtm > > https://codereview.chromium.org/479613002/diff/160001/gm/rebaseline_server/imagepair_test.py > File gm/rebaseline_server/imagepair_test.py (right): > ...
6 years, 4 months ago (2014-08-21 20:16:04 UTC) #10
epoger
On 2014/08/21 20:16:04, rmistry wrote: > > I think it would be a good idea ...
6 years, 4 months ago (2014-08-21 20:18:57 UTC) #11
rmistry
On 2014/08/21 20:18:57, epoger wrote: > On 2014/08/21 20:16:04, rmistry wrote: > > > I ...
6 years, 4 months ago (2014-08-21 20:53:11 UTC) #12
epoger
lgtm
6 years, 4 months ago (2014-08-21 20:55:17 UTC) #13
rmistry
On 2014/08/21 20:55:17, epoger wrote: > lgtm I ran the housekeeper trybot and render_pictures_test failed. ...
6 years, 4 months ago (2014-08-22 11:03:43 UTC) #14
rmistry
On 2014/08/22 11:03:43, rmistry wrote: > On 2014/08/21 20:55:17, epoger wrote: > > lgtm > ...
6 years, 4 months ago (2014-08-22 11:39:40 UTC) #15
rmistry
The CQ bit was checked by rmistry@google.com
6 years, 4 months ago (2014-08-22 11:39:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/rmistry@google.com/479613002/320001
6 years, 4 months ago (2014-08-22 11:40:15 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 11:46:37 UTC) #18
Message was sent while issue was closed.
Committed patchset #15 (320001) as 2529f2e72cddf87904c8ad4b613942cbef802cfb

Powered by Google App Engine
This is Rietveld 408576698