OmerJog removed a comment on issue #5919: [AIRFLOW-5262] Update timeout exception to include dag URL: https://github.com/apache/airflow/pull/5919#issuecomment-547355065 @mik-laj do you see relevant faliure? The log shows ``` ====================================================================== 78) 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 88 in test_legacy_file_does_not_exists task.execute(None) airflow/sensors/base_sensor_operator.py line 116 in execute raise AirflowSensorTimeout("Snap. Time is OUT for dag: %s", context['dag_run']) TypeError: 'NoneType' object is not subscriptable ====================================================================== 79) 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 71 in test_legacy_file_exist_but_filesize task.execute(None) airflow/sensors/base_sensor_operator.py line 116 in execute raise AirflowSensorTimeout("Snap. Time is OUT for dag: %s", context['dag_run']) TypeError: 'NoneType' object is not subscriptable ====================================================================== 80) ERROR: test_logging_head_error_request (tests.sensors.test_http_sensor.TestHttpSensor) ---------------------------------------------------------------------- Traceback (most recent call last): /usr/local/lib/python3.6/unittest/mock.py line 1183 in patched return func(*args, **keywargs) tests/sensors/test_http_sensor.py line 155 in test_logging_head_error_request task.execute(None) airflow/sensors/base_sensor_operator.py line 116 in execute raise AirflowSensorTimeout("Snap. Time is OUT for dag: %s", context['dag_run']) TypeError: 'NoneType' object is not subscriptable ``` doesn't seem related
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
