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

Can't figure out how to use the fail-fast? option #32

Open
samedhi opened this issue Sep 2, 2018 · 4 comments
Open

Can't figure out how to use the fail-fast? option #32

samedhi opened this issue Sep 2, 2018 · 4 comments

Comments

@samedhi
Copy link

samedhi commented Sep 2, 2018

(bat-test :parallel true :report {:type :progress :fail-fast? true}) does not seem to return immediately upon receiving a single failure. Am I using this incorrectly? Thank you.

@Deraen
Copy link
Member

Deraen commented Sep 3, 2018

:fail-fast? is not :report option. It is top-level option like :parallel.

@Deraen Deraen closed this as completed Sep 3, 2018
@samedhi
Copy link
Author

samedhi commented Sep 3, 2018

Thank you

Not incredibly important, but thought I should report.
bat-test: unknown option(s): :fail-fast? occurs when I use fail-fast? like so (bat-test :parallel true :fail-fast? true :report {:type :progress})

Using:
[metosin/bat-test "0.4.0" :scope "test"]

@Deraen
Copy link
Member

Deraen commented Sep 4, 2018

Oh. :fail-fast? is eftest option so I haven't included it in Boot task options, but even the extra options are passed into eftest.

@Deraen Deraen reopened this Sep 4, 2018
@ivarref
Copy link

ivarref commented Mar 6, 2019

It would be nice to see a release containing this fix. Thanks!

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

3 participants