Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test failing in nightly (stable-8) #11047

Closed
nirajacharya2 opened this issue Jun 17, 2024 · 2 comments
Closed

Unit test failing in nightly (stable-8) #11047

nirajacharya2 opened this issue Jun 17, 2024 · 2 comments
Labels

Comments

@nirajacharya2
Copy link
Contributor

Describe the bug

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)

Builds:
https://drone.owncloud.com/owncloud/web/45193/7/4
https://drone.owncloud.com/owncloud/web/45190/7/4

Setup

CI

@nirajacharya2 nirajacharya2 added the Type:Bug Something isn't working label Jun 17, 2024
@amrita-shrestha
Copy link
Contributor

amrita-shrestha commented Jun 17, 2024

cc @kulmann @JammingBen

@amrita-shrestha amrita-shrestha added QA:team and removed Type:Bug Something isn't working labels Jun 17, 2024
@kulmann
Copy link
Member

kulmann commented Jun 17, 2024

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.

@kulmann kulmann closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants