eladkal commented on pull request #19027:
URL: https://github.com/apache/airflow/pull/19027#issuecomment-948429150


   > Tests are failing with:
   > 
   > ```python
   > 
tests/providers/docker/operators/test_docker.py::TestDockerOperator::test_execute_xcom_behavior:
 TypeError: 'Mock' object does not support indexing
   > ```
   > 
   > and similar, is that my bad, or just bad luck? I didn't touch test files
   
   Probably not a bad luck as you are changing the xcom functionality of 
DockerOperator. The tests are there to avoid regression. So either there is 
issue with the functionality you add or simply you need to fix the tests.


-- 
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]


Reply via email to