HsiuChuanHsu commented on code in PR #53598:
URL: https://github.com/apache/airflow/pull/53598#discussion_r2220691329
##########
kubernetes-tests/tests/kubernetes_tests/test_kubernetes_pod_operator.py:
##########
@@ -1466,6 +1466,74 @@ def test_init_container_logs_filtered(self,
mock_get_connection):
< calls_args.find(marker_from_main_container)
)
+ @pytest.mark.asyncio
Review Comment:
Sure, I'll combine the three test scenarios into one test method using
`pytest.mark.parametrize`, as they only differ in `log_prefix`, `log_formatter
setup`, and the expected assertion value.
Thanks for the suggestion. I'll get to work on it!
--
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]