You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/14 17:14:36 UTC

[GitHub] ashb edited a comment on issue #4163: [AIRFLOW-3319] - KubernetsExecutor: Need in try_number in labels if getting them later

ashb edited a comment on issue #4163: [AIRFLOW-3319] - KubernetsExecutor: Need in try_number in  labels if getting them later
URL: https://github.com/apache/airflow/pull/4163#issuecomment-454084172
 
 
   The error is:
   
   ```
   32) ERROR: test_make_pod_with_executor_config (tests.contrib.executors.test_kubernetes_executor.TestKubernetesWorkerConfiguration)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/contrib/executors/test_kubernetes_executor.py line 275 in test_make_pod_with_executor_config
         kube_executor_config)
      TypeError: make_pod() takes exactly 10 arguments (9 given)
   ```
   
   (There is more than that one instance.)
   
   There are two tests (test_make_pod_with_executor_config, and test_make_pod_with_empty_executor_config) that need updating.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services