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 2019/11/20 07:34:55 UTC

[GitHub] [airflow] OmerJog commented on issue #5919: [AIRFLOW-5262] Update timeout exception to include dag

OmerJog commented on issue #5919: [AIRFLOW-5262] Update timeout exception to include dag
URL: https://github.com/apache/airflow/pull/5919#issuecomment-555877417
 
 
   @curiousjazz77 can you fix the errors?
   
   ```
   ======================================================================
   120) ERROR: test_legacy_file_does_not_exists (tests.sensors.test_hdfs_sensor.TestHdfsSensor)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/sensors/test_hdfs_sensor.py line 87 in test_legacy_file_does_not_exists
         task.execute(None)
       airflow/sensors/base_sensor_operator.py line 118 in execute
         raise AirflowSensorTimeout("Snap. Time is OUT for dag: %s", self.dag.dag_id)
       airflow/models/baseoperator.py line 517 in dag
         'Operator {} has not been assigned to a DAG yet'.format(self))
      AirflowException: Operator <Task(HdfsSensor): Should_not_be_file_legacy> has not been assigned to a DAG yet
   ======================================================================
   121) ERROR: test_legacy_file_exist_but_filesize (tests.sensors.test_hdfs_sensor.TestHdfsSensor)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/sensors/test_hdfs_sensor.py line 70 in test_legacy_file_exist_but_filesize
         task.execute(None)
       airflow/sensors/base_sensor_operator.py line 118 in execute
         raise AirflowSensorTimeout("Snap. Time is OUT for dag: %s", self.dag.dag_id)
       airflow/models/baseoperator.py line 517 in dag
         'Operator {} has not been assigned to a DAG yet'.format(self))
      AirflowException: Operator <Task(HdfsSensor): Should_be_file_legacy> has not been assigned to a DAG yet
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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