MagicMirrorOrg / MagicMirror

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
http://magicmirror.builders
MIT License
19.75k stars 4.2k forks source link

e2e tests are unstable #3203

Open khassel opened 1 year ago

khassel commented 1 year ago

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:

bugsounet commented 1 year ago

most fails are with node v20 (but not exclusive)

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] node v20.7.0

[Failed] node v20.6.1

khassel commented 1 year ago

yes, since running on v20.7.0 it is more stable.

bugsounet commented 1 year ago

this is not the case with v20.8.0

bugsounet commented 1 year ago

Finally, I went back to node v18. Too many strange problems on my Pi4. but oddly less on my dev PC