You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update to latest ava
* Display error `cause` in Miniflare tests
* hide unwanted logging from Miniflare browser plugin tests
* quieten Miniflare secrets-store plugin tests
* quieten Miniflare Durable Object plugin tests
* quieten other Miniflare tests
* Retry removing the Browser Session temp directory
* Give the Miniflare browser plugin tests a bit longer to complete
These tests will need to download the Chrome browser in the background, which can take quite a few seconds sometimes.
* silence Miniflare pipeline plugin tests
* Silence Miniflare unsafe plugin tests
* don't run miniflare tests files concurrently to flakes
In particular the dev-registry tests appear to be particularly sensitive
to concurrency issues, likely due to shared ports/sockets.
* run the Miniflare dev-registry tests in series (rather than parallel)
* fix typo
* quieten unwanted logging from Miniflare dev-registry tests
* no keep-alive
* add changeset
* no keep-alive
* fix changeset
* fix lockfile
* fix changeset (again)
* mark Miniflare browser tests as flaky
Fix intermittent "Fetch failed" errors in Miniflare tests on Windows
6
+
7
+
Miniflare tests would occasionally fail with "Fetch failed" errors (particularly on Windows CI runners) due to race conditions between undici's Keep-Alive mechanism and the Miniflare server closing idle connections. Miniflare now configures the Dispatcher to prevent connection reuse and eliminate these race condition errors.
0 commit comments