[blinkpy] Limit WPT manifest generation to <= 25 processes on Windows
We are seeing issues on Windows + Python 3 where a high number of processes passed to multiprocessing.Pool causes the Pool to crash and manifest generation to hang. (Very similar or identical to https://bugs.python.org/issue40263). This is a temporary local patch to Blink's copy of WPT tooling, in order to land a workaround as quickly as possible. A proper upstream fix in WPT should be landed soon, so that we do not have to carry this patch for too long. Care should be taken in the meantime not to override this fix if/when we roll Blink tooling. Bug: 1160108 Change-Id: I8eda8d65caa8cd295ae444676f4628832225f55d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601399Reviewed-by:Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Auto-Submit: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#838996}
Showing
Please register or sign in to comment