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 2020/03/22 15:12:44 UTC

[GitHub] [airflow] kaxil edited a comment on issue #7786: Restore DaskExecutor tests

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 aslo 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:
users@infra.apache.org


With regards,
Apache Git Services