Chris Riccomini created AIRFLOW-266:
---------------------------------------
Summary: 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)