ashb commented on pull request #10857:
URL: https://github.com/apache/airflow/pull/10857#issuecomment-690321163
Failure happens _everytime_ for me locally after the merge of Smart Sensors
PR.
Logs from before:
```
[2020-09-10 14:14:35,178] {dag_processing.py:659} INFO - Checking for new
files in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py every 0 seconds
[2020-09-10 14:14:35,178] {dag_processing.py:798} INFO - Searching for files
in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py
[2020-09-10 14:14:35,179] {dag_processing.py:801} INFO - There are 1 files
in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py
[2020-09-10 14:14:35,180] {dag_processing.py:805} DEBUG - Removing old
import errors
[2020-09-10 14:14:35,183] {dag_processing.py:1150} DEBUG - Queuing the
following files for processing:
/opt/airflow/tests/utils/../dags/test_scheduler_dags.py
```
Logs after smart sensor PR merged:
```
[2020-09-10 14:14:48,037] {dag_processing.py:659} INFO - Checking for new
files in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py every 0 seconds
[2020-09-10 14:14:48,037] {dag_processing.py:798} INFO - Searching for files
in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py
[2020-09-10 14:14:48,041] {dag_processing.py:801} INFO - There are 23 files
in /opt/airflow/tests/utils/../dags/test_scheduler_dags.py
[2020-09-10 14:14:48,041] {dag_processing.py:805} DEBUG - Removing old
import errors
[2020-09-10 14:14:48,045] {dag_processing.py:1150} DEBUG - Queuing the
following files for processing:
/opt/airflow/airflow/example_dags/example_skip_dag.py
/opt/airflow/airflow/example_dags/example_kubernetes_executor_config.py
/opt/airflow/airflow/example_dags/example_python_operator.py
/opt/airflow/airflow/example_dags/example_passing_params_via_test_command.py
/opt/airflow/airflow/example_dags/example_xcom.py
/opt/airflow/airflow/example_dags/example_trigger_target_dag.py
/opt/airflow/airflow/example_dags/example_short_circuit_operator.py
/opt/airflow/tests/utils/../dags/test_scheduler_dags.py
/opt/airflow/airflow/example_dags/example_external_task_marker_dag.py
/opt/airflow/airflow/example_dags/tutorial.py
/opt/airflow/airflow/example_dags/subdags/subdag.py
...
```
----------------------------------------------------------------
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]