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

Not all parallel tasks complete #35

Open
Chilliflake opened this issue Jun 2, 2015 · 1 comment
Open

Not all parallel tasks complete #35

Chilliflake opened this issue Jun 2, 2015 · 1 comment

Comments

@Chilliflake
Copy link

I'm running multiple tests in parallel, which are working fine using grunt-parallel, but if one of the tests fails before the others have finished they are abandoned.

I have a proposed solution to this replacing the Q.all call with Q.allSelected and a little logic, that also required the version of Q to be updated.

Perhaps also a flag to give users the choice between exit on first failure or complete all.

@aicioara
Copy link

+1

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