Skip to content
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

Load-time errors are ignored if --worker-count is greater than 1. #165

Closed
sgravrock opened this issue Sep 28, 2020 · 1 comment
Closed

Comments

@sgravrock
Copy link
Member

Steps to reproduce:

  1. Create a spec file that throws an exception when loaded, and make sure it matches the spec_files glob.
  2. Run jasmine --worker-count=2.

Expected: Jasmine exits nonzero.
Observed: Jasmine prints the exception, reports the following, and exits zero:

No specs found
Finished in NaN seconds
@slackersoft
Copy link
Member

Multiple worker functionality has been removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants