playwright/packages
Dmitry Gozman 4c8912f74e
chore: remove separate process that cleans up directories (#24376)
A separate process is `spawnSync`'ed on process exit to cleanup
temporary directories, introduced in #13769 that followed up after
#13343.

A separate process might stall for various fs-related issues, which
prevents the original process from exiting.

With the recent changes, we always gracefully close and cleanup after
all launched executables before calling `process.exit()`, and so it
should only be possible to leave temp directories when using Playwright
and calling `process.exit()` programmatically without closing browsers.

We can now drop the extra process and rely on `rimraf.sync` for
last-resort cleanup in these rare circumstances.
2023-07-24 15:24:29 -07:00
..
html-reporter chore: ensure module deps in ct-core (#24056) 2023-07-06 12:01:45 -07:00
playwright chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-chromium chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-core chore: remove separate process that cleans up directories (#24376) 2023-07-24 15:24:29 -07:00
playwright-ct-core fix(ct): remove json typechecking (#24114) 2023-07-24 15:22:20 -07:00
playwright-ct-react chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-react17 chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-solid chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-svelte chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-vue chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-ct-vue2 chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-firefox chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
playwright-test Revert "chore: refactor timeout manager to use scopes (1) (#24315)" (#24382) 2023-07-24 14:09:20 -07:00
playwright-webkit chore: cut 1.36.0 (#24104) 2023-07-07 13:01:17 -07:00
protocol/src feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
recorder feat(ui): render all console / network messages in trace (#24115) 2023-07-10 12:56:56 -07:00
trace/src feat(trace): render Node console messages in trace (#24139) 2023-07-10 18:36:28 -07:00
trace-viewer feat(ui): run deps in UI mode if dep projects are checked (#24245) 2023-07-15 15:11:31 -07:00
web fix(ui): bump min sidebar size (#24193) 2023-07-13 15:14:49 -07:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00