You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/12/26 09:57:47 UTC

[GitHub] Fokko commented on issue #4368: AIRFLOW-3561 - improve queries

Fokko commented on issue #4368: AIRFLOW-3561 - improve queries
URL: https://github.com/apache/incubator-airflow/pull/4368#issuecomment-449942024
 
 
   Two related CI issues:
   ```
   
   ======================================================================
   3) ERROR: test_sync_to_db (tests.DagTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       .tox/py27-backend_mysql-env_docker/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
         return func(*args, **keywargs)
       tests/models.py line 749 in test_sync_to_db
         self.assertIsNone(orm_dag._default_view)
      AttributeError: 'DagModel' object has no attribute '_default_view'
      -------------------- >> begin captured stdout << ---------------------
      [2018-12-26 08:08:11,955] {__init__.py:4219} INFO - Creating ORM DAG for dag
      [2018-12-26 08:08:11,963] {__init__.py:4219} INFO - Creating ORM DAG for dag.subtask
      
      --------------------- >> end captured stdout << ----------------------
      -------------------- >> begin captured logging << --------------------
      airflow.models.DAG: INFO: Creating ORM DAG for dag
      airflow.models.DAG: INFO: Creating ORM DAG for dag.subtask
      --------------------- >> end captured logging << ---------------------
   ======================================================================
   4) ERROR: test_sync_to_db_default_view (tests.DagTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       .tox/py27-backend_mysql-env_docker/lib/python2.7/site-packages/mock/mock.py line 1305 in patched
         return func(*args, **keywargs)
       tests/models.py line 781 in test_sync_to_db_default_view
         self.assertIsNotNone(orm_dag._default_view)
      AttributeError: 'DagModel' object has no attribute '_default_view'
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services