Bug 273899
| Summary: | [webkitpy] Limit size of shards | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jonathan Bedard
Limit the size of shards to around 256 tests. Per Sam's suggestion, we use a simple hash function so that bucketing is consistent, but unlikely to be constantly changed by the adding and removing of individual tests in directories with many tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127764963>
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/28306
Jonathan Bedard
*** This bug has been marked as a duplicate of bug 247501 ***