Replies: 2 comments
-
Story of pain and misery: testem/testem#1021 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue closed without explanation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Our tests started failing with:
Upgrading
ember-cli
andtestem
didn't help. The file in question was lint-free. Our work was paralyzed for days, I was pulling my hair out of helplessness: none of my code changes in the branch were related to the error.I've found the cause of the issue by chance. It was setting the amount of ember-exam partitions (parallel test runs) to a number larger than the amount of CPU cores available on the CI. I assumed that extra partitions would be queued (I still think they should).
I believe a warning in the readme against an excessive number of partitions can save a lot of frustration.
Beta Was this translation helpful? Give feedback.
All reactions