pgagnon commented on a change in pull request #4648: [AIRFLOW-3274] Add
run_as_user and fs_group options for Kubernetes
URL: https://github.com/apache/airflow/pull/4648#discussion_r263211624
##########
File path: tests/contrib/minikube/test_kubernetes_pod_operator.py
##########
@@ -264,6 +264,27 @@ def test_volume_mount():
k.execute(None)
mock_logger.info.assert_any_call(b"retrieved from mount\n")
+ @staticmethod
+ def test_security_context():
Review comment:
I agree. I mostly mimicked the other similar tests for pod attributes but
the whole test suite is lacking a bit in this regard.
----------------------------------------------------------------
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