playwright/tests
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
..
android chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
assets chore: do not leak internal page handles after closing page (#24169) 2023-07-12 14:51:13 -07:00
components chore: ensure module deps in ct-core (#24056) 2023-07-06 12:01:45 -07:00
config fix(trace): do not allow after w/o before (#24106) 2023-07-07 17:16:26 -07:00
electron feat(electron): support tracesDir option (#23947) 2023-06-28 16:32:16 -07:00
image_tools fix(ssim-cie94): make sure a single off pixel yields diff in comparator (#24348) 2023-07-21 12:27:52 -07:00
installation chore: update rimraf package to version 4 to eliminate "promisify" (#24190) 2023-07-18 19:58:07 +02:00
library chore: remove separate process that cleans up directories (#24376) 2023-07-24 15:24:29 -07:00
page fix: properly handle character sets in globs (#24371) 2023-07-24 09:49:05 -07:00
playwright-test Revert "chore: refactor timeout manager to use scopes (1) (#24315)" (#24382) 2023-07-24 14:09:20 -07:00
stress chore: add firefox-asan for stress tests (#24049) 2023-07-19 05:53:52 -07:00
webview2 devops: do not upload test-results artifacts (#23168) 2023-05-19 13:06:42 -07:00
.eslintrc.js chore: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: render test steps in the trace (#22837) 2023-05-05 15:12:18 -07:00