Descriptionwebkitpy: 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 #
Depends on Patchset: Messages
Total messages: 25 (18 generated)
|