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
Nightly for stable branch has been failing when running unit test
Summary of all failing tests
FAIL packages/web-pkg/tests/unit/composables/actions/files/useFileActionsCopy.spec.ts
● Test suite failed to run
A jest worker process (pid=125) was terminated by another process: signal=SIGKILL, exitCode=null. Operating system logs may contain more information on why this occurred.
at ChildProcessWorker._onExit (node_modules/.pnpm/jest-worker@29.7.0/node_modules/jest-worker/build/workers/ChildProcessWorker.js:370:23)
FAIL packages/web-app-files/tests/unit/views/FilesDrop.spec.ts
● Test suite failed to run
A jest worker process (pid=132) was terminated by another process: signal=SIGKILL, exitCode=null. Operating system logs may contain more information on why this occurred.
at ChildProcessWorker._onExit (node_modules/.pnpm/jest-worker@29.7.0/node_modules/jest-worker/build/workers/ChildProcessWorker.js:370:23)
That just happens sometimes. Was debugged in the past, with mitigation but no completely stable solution. I'd recommend to close here and only look at it if it happens multiple days in a row.
In web master we switched to vitest and made more improvements, master is running stable so far.
Describe the bug
Nightly for stable branch has been failing when running unit test
Builds:
https://drone.owncloud.com/owncloud/web/45193/7/4
https://drone.owncloud.com/owncloud/web/45190/7/4
Setup
CI
The text was updated successfully, but these errors were encountered: