kaxil edited a comment on issue #7786: Restore DaskExecutor tests URL: https://github.com/apache/airflow/pull/7786#issuecomment-602223266 Also, the following tests failed: ``` FAILED tests/executors/test_dask_executor.py::TestDaskExecutor::test_backfill_integration FAILED tests/executors/test_dask_executor.py::TestDaskExecutor::test_dask_executor_functions FAILED tests/executors/test_dask_executor.py::TestDaskExecutorTLS::test_gauge_executor_metrics FAILED tests/executors/test_dask_executor.py::TestDaskExecutorTLS::test_tls ``` ``` self = <tests.executors.test_dask_executor.TestDaskExecutor testMethod=test_dask_executor_functions> def setUp(self): self.dagbag = DagBag(include_examples=True) > self.cluster = LocalCluster() E NameError: name 'LocalCluster' is not defined ``` Hmm, I will also try looking into this next week possibly.
---------------------------------------------------------------- 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
