-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
e2e tests are unstable #3203
Comments
Maybe it's related to node 20 version, this branch is still young Just for see: Test suite Passed / Failed node v20.x version: [Pass] [Failed] |
yes, since running on v20.7.0 it is more stable. |
this is not the case with v20.8.0 |
Finally, I went back to node v18. Too many strange problems on my Pi4. but oddly less on my dev PC |
should this be closed, now on 20.9 and up? |
I don't think it is really solved, there are still test fails sometimes. But can be closed for now. |
No new problem, our e2e test are failing unrelated to the tested code.
Was already discussed in some PR's so I decided to make an issue for this.
My observations:
not related to native
fetch
, was the same withnode-fetch
beforemost fails are with node
v20
(but not exclusive)seems to be a timing problem, very hard to reproduce locally
looks like different tests interfere, maybe the next one is started before the predecessor stopped
some strange errors are mocked in
tests/e2e/helpers/mock-console.js
:So removing mockError here will show these errors and may can lead to the real error
The text was updated successfully, but these errors were encountered: