-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Getting No moduleQueue was set when using load-balance #370
Comments
We're seeing this error intermittently as well. Has anyone found a solution? |
The load-balance feature works really well when there are a large number of tests.. but in the case of small ember repo eg. one that has 27 unit tests across 3 test file.. these tests runs super fast, and in some cases the tests finish before some browsers are instantiated... causing the A short term fix is to decrease the number of browsers for repos with a small number of tests/test files eg: Long term, we need implement a flag on testem/ember-exam to ignore the browsers that no longer has tests to run. |
@step2yeung we also have this issue using It happens randomly and we use the following command |
Sorry for the double post, after investigating a little and regarding your answer i'm not sure we got this error because the tests finish before some browsers are instantiated, in our case we are also logging an execution file via
So it seems that some tests are already executed in the second browser (or the data in the execution file can be incorrect?) |
running into this quite often in a test suite with ~ 3.000 tests
ember-exam version 9. It succeeds after a retry, so its very unfrequent and hard to reproduce. |
I've tried to use the
load-balance
option in our app, that's already using exam but got an execution error:command:
error:
packages:
test-helpers.ts:
I'm unsure how to debug this error.
The text was updated successfully, but these errors were encountered: