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 2018/12/06 10:00:33 UTC

[GitHub] Fokko commented on issue #3770: [AIRFLOW-3281] Fix Kubernetes operator with git-sync

Fokko commented on issue #3770: [AIRFLOW-3281] Fix Kubernetes operator with git-sync
URL: https://github.com/apache/incubator-airflow/pull/3770#issuecomment-444816233
 
 
   CI is still sad:
   ```
   
   ======================================================================
   1) FAIL: test_integration_run_dag (tests.contrib.minikube.test_kubernetes_executor.KubernetesExecutorTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/contrib/minikube/test_kubernetes_executor.py line 173 in test_integration_run_dag
         result_json = self.start_dag(dag_id=dag_id, host=host)
       tests/contrib/minikube/test_kubernetes_executor.py line 142 in start_dag
         .format(result=result_json))
      AssertionError: Could not enable DAG: <Response [500]>
      -------------------- >> begin captured stdout << ---------------------
      [2018-12-06 00:03:15,363] {connectionpool.py:205} DEBUG - Starting new HTTP connection (1): 10.20.1.35:30809
      [2018-12-06 00:03:15,376] {connectionpool.py:393} DEBUG - http://10.20.1.35:30809 "GET /api/experimental/dags/example_kubernetes_executor_config/paused/false HTTP/1.1" 500 2867
      
      --------------------- >> end captured stdout << ----------------------
      -------------------- >> begin captured logging << --------------------
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Creating new Airflow config file in: /home/airflow/airflow.cfg
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Reading the config from /home/airflow/airflow.cfg
      airflow.settings: INFO: Configured default timezone <Timezone [UTC]>
      airflow.logging_config: DEBUG: Unable to load custom logging, using default config instead
      root: INFO: Generating grammar tables from /usr/lib/python2.7/lib2to3/Grammar.txt
      root: INFO: Generating grammar tables from /usr/lib/python2.7/lib2to3/PatternGrammar.txt
      urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.20.1.35:30809
      urllib3.connectionpool: DEBUG: http://10.20.1.35:30809 "GET /api/experimental/dags/example_kubernetes_executor_config/paused/false HTTP/1.1" 500 2867
      --------------------- >> end captured logging << ---------------------
   ======================================================================
   2) FAIL: test_integration_run_dag_with_scheduler_failure (tests.contrib.minikube.test_kubernetes_executor.KubernetesExecutorTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/contrib/minikube/test_kubernetes_executor.py line 196 in test_integration_run_dag_with_scheduler_failure
         result_json = self.start_dag(dag_id=dag_id, host=host)
       tests/contrib/minikube/test_kubernetes_executor.py line 142 in start_dag
         .format(result=result_json))
      AssertionError: Could not enable DAG: <Response [500]>
      -------------------- >> begin captured stdout << ---------------------
      [2018-12-06 00:03:15,381] {connectionpool.py:205} DEBUG - Starting new HTTP connection (1): 10.20.1.35:30809
      [2018-12-06 00:03:15,395] {connectionpool.py:393} DEBUG - http://10.20.1.35:30809 "GET /api/experimental/dags/example_kubernetes_executor_config/paused/false HTTP/1.1" 500 2867
      
      --------------------- >> end captured stdout << ----------------------
      -------------------- >> begin captured logging << --------------------
      urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 10.20.1.35:30809
      urllib3.connectionpool: DEBUG: http://10.20.1.35:30809 "GET /api/experimental/dags/example_kubernetes_executor_config/paused/false HTTP/1.1" 500 2867
      --------------------- >> end captured logging << ---------------------
   ```

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