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

Issue 489093002: Enabling archiving of test results by default in run-webkit-tests. (Closed)

Created:
6 years, 4 months ago by patro
Modified:
6 years, 3 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Enabling archiving of test results by default in run-webkit-tests. Added unit_tests for archiving of layout test results. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181991

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addresssing comments #

Total comments: 4

Patch Set 3 : Addressing comments #

Total comments: 5

Patch Set 4 : Fixing unit_tests #

Patch Set 5 : Addressing Comments #

Patch Set 6 : Rebase #

Patch Set 7 : Added unit_tests #

Total comments: 4

Patch Set 8 : Addressing Comments #

Total comments: 3

Patch Set 9 : Fixing failures #

Patch Set 10 : Fixing failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -43 lines) Patch
M Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 1 2 3 4 5 6 7 3 chunks +25 lines, -23 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py View 1 2 3 4 5 6 7 8 1 chunk +52 lines, -0 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/generate_results_dashboard.py View 1 2 3 4 5 6 7 8 9 3 chunks +20 lines, -11 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py View 1 2 3 4 5 6 2 chunks +2 lines, -5 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/views/printing.py View 1 2 3 4 5 6 1 chunk +1 line, -3 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/views/printing_unittest.py View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 31 (7 generated)
patro
Kindly Review Thanks Shyam Patro
6 years, 4 months ago (2014-08-20 13:45:37 UTC) #1
vivekg
We may need to merge the clobbering patch along with this. https://codereview.chromium.org/489093002/diff/1/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py File Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): ...
6 years, 4 months ago (2014-08-20 14:14:05 UTC) #2
Dirk Pranke
https://codereview.chromium.org/489093002/diff/1/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py File Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): https://codereview.chromium.org/489093002/diff/1/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py#newcode176 Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:176: help="Disable archiving of test results."), Just get rid of ...
6 years, 4 months ago (2014-08-20 16:15:19 UTC) #3
patro
PTAL Thanks, Shyam Patro https://codereview.chromium.org/489093002/diff/1/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py File Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (right): https://codereview.chromium.org/489093002/diff/1/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py#newcode176 Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:176: help="Disable archiving of test results."), ...
6 years, 4 months ago (2014-08-20 18:51:11 UTC) #4
Dirk Pranke
This is just about what I had in mind. I think there's probably at least ...
6 years, 4 months ago (2014-08-20 19:05:10 UTC) #5
patro
PTAL Thanks Shyam Patro https://codereview.chromium.org/489093002/diff/20001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py File Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (left): https://codereview.chromium.org/489093002/diff/20001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py#oldcode410 Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:410: self._port.clobber_old_port_specific_results() On 2014/08/20 19:05:10, Dirk ...
6 years, 4 months ago (2014-08-20 19:30:14 UTC) #6
Dirk Pranke
https://codereview.chromium.org/489093002/diff/40001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py File Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (right): https://codereview.chromium.org/489093002/diff/40001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py#newcode176 Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:176: if self._filesystem.isdir(file_path) and 'layout-test-results' in dir: You should use ...
6 years, 4 months ago (2014-08-20 20:09:57 UTC) #7
patro
PTAL Thanks, Shyam Patro https://codereview.chromium.org/489093002/diff/40001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py File Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (right): https://codereview.chromium.org/489093002/diff/40001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py#newcode176 Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:176: if self._filesystem.isdir(file_path) and 'layout-test-results' in ...
6 years, 4 months ago (2014-08-21 13:40:39 UTC) #8
Dirk Pranke
Looks pretty good. Still needs some sort of test to make sure we're archiving by ...
6 years, 4 months ago (2014-08-21 15:52:46 UTC) #9
patro
On 2014/08/21 15:52:46, Dirk Pranke wrote: > Looks pretty good. Still needs some sort of ...
6 years, 4 months ago (2014-08-22 18:35:25 UTC) #10
Dirk Pranke
On 2014/08/22 18:35:25, patro wrote: > On 2014/08/21 15:52:46, Dirk Pranke wrote: > > Looks ...
6 years, 3 months ago (2014-08-27 23:47:54 UTC) #11
patro
Added unit_tests PTAL Thanks, Shyam Patro
6 years, 3 months ago (2014-09-05 12:12:12 UTC) #13
Dirk Pranke
This is now pretty close, just a few minor comments. Also, please update the description ...
6 years, 3 months ago (2014-09-05 21:07:31 UTC) #14
patro
PTAL Thanks, Shyam Patro https://codereview.chromium.org/489093002/diff/120001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py File Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (right): https://codereview.chromium.org/489093002/diff/120001/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py#newcode400 Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:400: results_directory_path = self._filesystem.dirname(self._results_directory) On 2014/09/05 ...
6 years, 3 months ago (2014-09-06 06:50:55 UTC) #15
Dirk Pranke
lgtm. We should fix the issues noted in the comments, below, but since they weren't ...
6 years, 3 months ago (2014-09-06 16:53:01 UTC) #16
patro
On 2014/09/06 16:53:01, Dirk Pranke wrote: > lgtm. > > We should fix the issues ...
6 years, 3 months ago (2014-09-06 17:41:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/behara.ms@samsung.com/489093002/140001
6 years, 3 months ago (2014-09-06 17:42:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/23754)
6 years, 3 months ago (2014-09-06 18:00:10 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/behara.ms@samsung.com/489093002/180001
6 years, 3 months ago (2014-09-07 06:20:30 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/23782)
6 years, 3 months ago (2014-09-07 07:27:10 UTC) #26
patro
Fixed trybot failures Kindly Review Thanks, Shyam Patro
6 years, 3 months ago (2014-09-15 11:55:02 UTC) #27
Dirk Pranke
lgtm
6 years, 3 months ago (2014-09-15 16:45:25 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/489093002/200001
6 years, 3 months ago (2014-09-15 17:49:02 UTC) #30
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 18:02:37 UTC) #31
Message was sent while issue was closed.
Committed patchset #10 (id:200001) as 181991

Powered by Google App Engine
This is Rietveld 408576698