[Webkit-unassigned] [Bug 228429] New: [run-webkit-tests] Run largest shards first

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 15:16:16 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=228429

            Bug ID: 228429
           Summary: [run-webkit-tests] Run largest shards first
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com

Alexey pointed this out a few weeks ago, and it's particularly obvious with webgl tests. Essentially, because we run tests in alphabetical order, any given invocation of run-webkit-tests will be inefficiently running towards the end, because there will be a larger shard running on a single process. The solution to this is to run the largest shards first. The potential problem with this is that we're sacrificing predictable test order, which may have an effect on flakiness. I think this trade-off will be worth it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210727/3086a1b2/attachment-0001.htm>


More information about the webkit-unassigned mailing list