mik-laj commented on a change in pull request #6230: [AIRFLOW-5413] Allow K8S 
pod to be configured from JSON/YAML file
URL: https://github.com/apache/airflow/pull/6230#discussion_r336871929
 
 

 ##########
 File path: tests/integration/kubernetes/test_kubernetes_pod_operator.py
 ##########
 @@ -98,7 +99,7 @@ def test_config_path_move(self):
             cmds=["bash", "-cx"],
             arguments=["echo 10"],
             labels={"foo": "bar"},
-            name="test",
+            name=uuid.uuid4().hex,
 
 Review comment:
   It is very important to keep it. in Airflow It is very important that tasks 
can be repeated and will be started many times.  Without this, backfilling will 
not work.

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


With regards,
Apache Git Services

Reply via email to