[Webkit-unassigned] [Bug 75958] nrwt should use multiple http shards
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 11 10:14:46 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=75958
--- Comment #4 from Ojan Vafai <ojan at chromium.org> 2012-01-11 10:14:46 PST ---
(From update of attachment 121992)
View in context: https://bugs.webkit.org/attachment.cgi?id=121992&action=review
> Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:679
> + if self._options.max_locked_shards:
> + num_of_locked_shards = self._options.max_locked_shards
> + else:
> + num_of_locked_shards = 1
How about adding a boolean option instead (e.g. --shard-http-tests)? Then we can return "max(math.ceil(num_workers / 4.0), 1)" and tweak that math until we get reasonable stability.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list