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

Make luigi stop running an algorithm immediately after a test fails. #12

Open
pmlandwehr opened this issue Sep 27, 2016 · 1 comment
Open

Comments

@pmlandwehr
Copy link
Contributor

luigi seems to execute all tests specified in in self.requires(). We'd like to stop running tests as soon as any one test fails execution. This seems solvable if we start yielding test results in self.run() instead of in requires, but has hit some kinks along the way.

@pmlandwehr pmlandwehr changed the title Make luigi runs after tests Make luigi stop running an algorithm immediately after a test fails. Sep 27, 2016
@pmlandwehr
Copy link
Contributor Author

(To clarify: the run terminates as soon as the results are checked. The problem is that all results are generated before any results are examined.)

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

1 participant