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

Cucumber ocassionally creates empty log files which break the output parsing and cause a non 0 exit code #55

Closed
vsiakka opened this issue Sep 21, 2016 · 1 comment

Comments

@vsiakka
Copy link
Collaborator

vsiakka commented Sep 21, 2016

It seems to happen randomly for any given test. I have seen it a few times with the unit tests.

@midniteio
Copy link
Owner

I believe this was due to two TestHandlers being called on the same json and creating a race condition. I've moved them to different files to alleviate this race condition and it seems to have cleared this up, https://github.com/midniteio/multi-cuke/pull/65/files#diff-d886ca1ffdc4de69bd21c4dfce1742bbR37

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