[
https://issues.apache.org/jira/browse/AIRFLOW-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15342340#comment-15342340
]
Josh Wills commented on AIRFLOW-266:
------------------------------------
I wonder if I'm hitting the real-life version of this test failure on 1.7.1.3:
when I run a backfill that has a --pool specified, I get a `The airflow run
command failed at reporting an error. This should not occur in normal
circumstances. Task state is 'None',reported state is 'success'.`, but when the
--pool is excluded, the backfill job runs w/o issue. Let me know if there is
any more data I can provide to help diagnose.
> Intermittent test failures
> --------------------------
>
> Key: AIRFLOW-266
> URL: https://issues.apache.org/jira/browse/AIRFLOW-266
> Project: Apache Airflow
> Issue Type: Bug
> Components: tests
> Affects Versions: Airflow 1.7.1.2
> Reporter: Chris Riccomini
>
> I'm seeing intermittent failures of the "Test that the scheduler handles
> queued tasks correctly" test:
> {noformat}
> ======================================================================
> FAIL: Test that the scheduler handles queued tasks correctly
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/travis/build/apache/incubator-airflow/tests/jobs.py", line 309,
> in test_scheduler_pooled_tasks
> self.assertEqual(ti.state, State.QUEUED)
> nose.proxy.AssertionError: None != 'queued'
> {noformat}
> Here's one example:
> https://travis-ci.org/apache/incubator-airflow/jobs/139142905
> Note: other builds in the same commit pass:
> https://travis-ci.org/apache/incubator-airflow/builds/139142900
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)