[ 
https://issues.apache.org/jira/browse/AIRFLOW-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787174#comment-16787174
 ] 

Ash Berlin-Taylor commented on AIRFLOW-3885:
--------------------------------------------

Thanks, trying with that one https://travis-ci.org/ashb/airflow/builds/503289084

However the error I'm seeing doesn't line up with that.

{code}
7) ERROR: test_delete_dag_dag_still_in_dagbag 
(tests.api.common.experimental.test_delete_dag.TestDeleteDAGCatchError)
----------------------------------------------------------------------
   Traceback (most recent call last):
    tests/api/common/experimental/test_delete_dag.py line 62 in 
test_delete_dag_dag_still_in_dagbag
      delete_dag(self.dag_id)
    airflow/utils/db.py line 73 in wrapper
      return func(*args, **kwargs)
    airflow/api/common/experimental/delete_dag.py line 40 in delete_dag
      raise DagNotFound("Dag id {} not found".format(dag_id))
   DagNotFound: Dag id example_bash_operator not found
{code}

I think I'm missing something else.

> Improve Travis buildtime
> ------------------------
>
>                 Key: AIRFLOW-3885
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3885
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: travis
>    Affects Versions: 1.10.2
>            Reporter: Drew Sonne
>            Assignee: Drew Sonne
>            Priority: Major
>             Fix For: 1.10.3
>
>
> * Remove the "install" action on the "pre-test" stage to avoid performing 
> lengthy Docker pulls to perform pre-checks
>  * Set nosetests to return on any test failures
> ** Given the lengthy runtime of the airflow CI test suites, if any tests 
> fail, we should fail immediately and return the failed test locally. Users 
> can run the tests locally to get full lists of failed tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to