playwright/packages
Ross Wollman d1ae23c750
cherry-pick(#13584): avoid premature stop of worker in fullyParallel (#13597)
Prior to this change, we were pre-maturely stopping a worker (since it
was deemed redundant under a race condition), and then we immediately
created a new worker with the same hash to finish off the test run. The
worker creation is expensive, so this slowed down the overall test run
time.

See the following for logs of the old code illustrating the extra stops and starts: https://gist.github.com/rwoll/1c592ed9e8f9169274fa972674de6703
2022-04-18 07:05:38 -07:00
..
html-reporter chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
playwright chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-chromium chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-core chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-ct-react chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-ct-svelte chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-ct-vue chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-firefox chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
playwright-test cherry-pick(#13584): avoid premature stop of worker in fullyParallel (#13597) 2022-04-18 07:05:38 -07:00
playwright-webkit chore: mark v1.21.0 (#13416) 2022-04-11 17:04:32 -07:00
recorder cherry-pick(#13437): chore: flatten supplements 2022-04-08 13:08:50 -07:00
trace-viewer chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
web chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00