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

Issue 2693533003: webkitpy: Reworking test chunking for sharding. (Closed)

Created:
3 years, 10 months ago by mithro
Modified:
3 years, 10 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

webkitpy: Reworking test chunking for sharding. Tests which are not being run as part of this shard should not appear in the output. This means the chunking needs to occur *before* the test expectations are loaded as any test with an expectation will appear in the output. After doing this; * It is possible to merge the test shard output without having to understand the different test states. * It significantly reduces the size of the output on each shard (as they only contain the details about tests which are actually assigned to the shard). BUG=524758 Review-Url: https://codereview.chromium.org/2693533003 Cr-Commit-Position: refs/heads/master@{#450623} Committed: https://chromium.googlesource.com/chromium/src/+/238f6ccccaef8bff5a9f2be96ce71bdf2faebde6

Patch Set 1 #

Patch Set 2 : Rebase onto master. #

Total comments: 6

Patch Set 3 : Fixing tests. #

Patch Set 4 : Rebase onto revert-1491143003 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -22 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 2 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py View 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/printing.py View 1 chunk +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/printing_unittest.py View 1 2 1 chunk +7 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 25 (18 generated)
mithro
3 years, 10 months ago (2017-02-11 00:47:55 UTC) #2
jeffcarp
lgtm
3 years, 10 months ago (2017-02-13 20:03:49 UTC) #3
qyearsley
LGTM, although if it's simple to add I'd also like to see unit tests for ...
3 years, 10 months ago (2017-02-13 21:49:00 UTC) #6
mcgreevy
lgtm
3 years, 10 months ago (2017-02-13 22:45:13 UTC) #8
mithro
Turns out there are unittests for this code that I hadn't updated. I've updated them ...
3 years, 10 months ago (2017-02-14 00:40:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2693533003/60001
3 years, 10 months ago (2017-02-15 07:21:26 UTC) #22
commit-bot: I haz the power
3 years, 10 months ago (2017-02-15 07:25:28 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/238f6ccccaef8bff5a9f2be96ce7...

Powered by Google App Engine
This is Rietveld 408576698