mik-laj commented on pull request #20882:
URL: https://github.com/apache/airflow/pull/20882#issuecomment-1059817727
Some tests failed:
```
==== Core mysql: 12 failures ====
tests/executors/test_dask_executor.py::TestDaskExecutor::test_backfill_integration:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutor::test_dask_executor_functions:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorTLS::test_tls:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorQueue::test_dask_queues:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorQueue::test_dask_queues_no_queue_specified:
ValueError: Cell is empty
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[403
Forbidden]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[12345
fake-unhandled-reason]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[422
Unprocessable Entity]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[400
BadRequest]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_pod_template_file_override_in_executor_config:
AttributeError: '_patch' object has no attribute 'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_pending_pod_timeout:
AssertionError: Expected 'list_namespaced_pod' to be called once. Called 6
times.
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_clear_not_launched_queued_tasks_not_launched:
AssertionError: assert 12 == 2
+ where 12 = <MagicMock name='mock.list_namespaced_pod'
id='139977912019472'>.call_count
+ where <MagicMock name='mock.list_namespaced_pod' id='139977912019472'>
= <MagicMock id='139977912117200'>.list_namespaced_pod
```
```
==== Core sqlite: 12 failures ====
tests/executors/test_dask_executor.py::TestDaskExecutor::test_backfill_integration:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutor::test_dask_executor_functions:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorTLS::test_tls:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorQueue::test_dask_queues:
ValueError: Cell is empty
tests/executors/test_dask_executor.py::TestDaskExecutorQueue::test_dask_queues_no_queue_specified:
ValueError: Cell is empty
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[403
Forbidden]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[12345
fake-unhandled-reason]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[422
Unprocessable Entity]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_run_next_exception_requeue[400
BadRequest]: AttributeError: '_patch' object has no attribute
'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_pod_template_file_override_in_executor_config:
AttributeError: '_patch' object has no attribute 'list_namespaced_pod'
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_pending_pod_timeout:
AssertionError: Expected 'list_namespaced_pod' to be called once. Called 6
times.
tests/executors/test_kubernetes_executor.py::TestKubernetesExecutor::test_clear_not_launched_queued_tasks_not_launched:
AssertionError: assert 12 == 2
+ where 12 = <MagicMock name='mock.list_namespaced_pod'
id='140049937077712'>.call_count
+ where <MagicMock name='mock.list_namespaced_pod' id='140049937077712'>
= <MagicMock id='140049937318224'>.list_namespaced_pod
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]