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

Running pipeline with unknown processor makes dpp fails silently #81

Open
vitorbaptista opened this issue Sep 8, 2017 · 0 comments
Open

Comments

@vitorbaptista
Copy link
Contributor

Python 3.6 @ Ubuntu 16.04

Consider the pipeline:

test:
  pipeline:
    -
      run: inexistent_task

When running it via dpp run:

$ dpp run ./test
INFO    :Main                            :Skipping redis connection, host:None, port:6379
INFO    :Main                            :RESULTS:

The same result happens if we try running an unknown pipeline, like:

$ dpp run ./this_doesnt_exist
INFO    :Main                            :Skipping redis connection, host:None, port:6379
INFO    :Main                            :RESULTS:

I would expect it to fail, ideally with a helpful error message (like we show when simply running dpp).

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

2 participants