-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Dev install, pnpm has 3 failing tests #4886
Comments
@ManonMarchand I have noticed this locally as well. It seems to be fine when tests are run during actions in Github though, so I have started to ignore them. Not the best response... |
I pulled the latest commit ( 6ef2b1c ) and now have only the OOM failure: Traceback:
If @FutzMonitor don't have any issues, but @jgreywolf only has then locally and not in github actions... I think it might be RAM dependent? I have 16Go I followed a few of the recommendations for OOM errors here but did not get any chance with them |
Unit tests seems to be "flaky" locally (references below) and stable on CI (test run with the same code that fails locally: reference) I forked the develop branch On first run
On subsequent run This is the trace with 8 tests failed:
This is the trace with 6 tests failed:
|
Description
Hello mermaids,
(first of all, thanks a lot for this soft, love it!)
While following the contributing documentation I encountered three failing tests while running
pnpm test
Here is the traceback:
I took the develop branch but I'm not sure I should have, is it the issue here?
Steps to reproduce
npx pnpm install
pnpm test
Screenshots
No response
Code Sample
No response
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: