[AIRFLOW-1247] Fix ignore all dependencies argument ignored - #2327
Conversation
|
@mremes, thanks for your PR! By analyzing the history of the files in this pull request, we identified @mistercrunch, @bolkedebruin and @aoen to be potential reviewers. |
|
LGTM, thanks! |
Codecov Report
@@ Coverage Diff @@
## master #2327 +/- ##
==========================================
+ Coverage 71% 71.08% +0.07%
==========================================
Files 150 150
Lines 11740 11740
==========================================
+ Hits 8336 8345 +9
+ Misses 3404 3395 -9
Continue to review full report at Codecov.
|
|
Can you please add tests and update the commit message? |
84c9faa to
7785184
Compare
|
@mremes please don't forget the tests: it is the reason why it was not caught in the first place. |
a70f7ae to
44a6baa
Compare
|
@bolkedebruin added tests for upstream and depends_on_past dependencies not met. Run the scenario locally as I don't have the dev environment setup for running the tests yet... Will probably need to as there's more to contribute |
f459d5e to
cb381db
Compare
|
can you make the tests pass? |
|
@bolkedebruin It passes all well |
There was a problem hiding this comment.
better to change this to action="store_true", then this issue would have been avoided. Bonus points for fixing the othoer cases.
There was a problem hiding this comment.
@saguziel probably a refactoring PR would be the right place to do that.
|
@mremes Ready to LGTM/merge when tests are passing: https://travis-ci.org/apache/incubator-airflow/builds/237275876?utm_source=github_status&utm_medium=notification |
|
@mremes One of the causes of the test failure is a missing license in |
|
Checking on status. If you want this in 1.9.0, it needs to get merged shortly. |
|
@criccomini done, fixed tests by adding the license to the head of the test file. The code change is the same as in the #2441, except this adds the tests for the functionality. |
|
Merging! |
Closes apache#2327 from mremes/patch-1
Closes apache#2327 from mremes/patch-1
Closes apache#2327 from mremes/patch-1
Cause: Comma missing so the store_true argument goes to help string.
Fix: Add missing comma
Dear Airflow maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
Tests
Commits