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

Ash Berlin-Taylor edited comment on AIRFLOW-3885 at 3/7/19 10:28 PM:
---------------------------------------------------------------------

https://travis-ci.org/ashb/airflow/jobs/503289086#L3445
{code}
airflow.exceptions.AirflowException: dag_id could not be found: 
SchedulerJobTest.test_execute_task_instances_limit. Either the dag did not 
exist or it failed to parse.
{code}

Which is a dag defined inline in the test/jobs.py (as it is on the branch 
still) on line 2056. But I don't see how the changes could affect this.

And it's somehow broken the WebUITests too:

https://travis-ci.org/ashb/airflow/jobs/503289086#L5731

Something doesn't add up. But it is definable this commit that is failing as 
the previous commit passes.


was (Author: ashb):
https://travis-ci.org/ashb/airflow/jobs/503289086#L3445
{code}
airflow.exceptions.AirflowException: dag_id could not be found: 
SchedulerJobTest.test_execute_task_instances_limit. Either the dag did not 
exist or it failed to parse.
{code}

Which is a dag defined inline in the test/jobs.py (as it is on the branch 
still) on line 2056. But I don't see how the changes could affect this.

> 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