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

failing second iteration not reflected by status code #15

Closed
klbostee opened this issue Aug 20, 2010 · 1 comment
Closed

failing second iteration not reflected by status code #15

klbostee opened this issue Aug 20, 2010 · 1 comment

Comments

@klbostee
Copy link
Owner

Replacing "sum" by (the non-existing function name) "summ" in "reducer1" in "examples/itertwice.py" and then running "bin/test" leads to 1 failure and 1 error, whereas doing the same change in "reducer2" (and removing "reducer2" as combiner for the first iteration) leads to 0 failures and 1 error.

@klbostee
Copy link
Owner Author

Actually, this probably is due to combiners. When the reducer is used as a combiner the error happens earlier in the UNIX pipeline command and consequently doesn't trigger a nonzero status code.

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

No branches or pull requests

1 participant