mik-laj commented on issue #4788: [AIRFLOW-3811][3/3] Add automatic generation 
of API Reference
URL: https://github.com/apache/airflow/pull/4788#issuecomment-476683063
 
 
   @Fokko  Travis have unreleased errors on one job. Can you run it again?
   ```
   ----------------------------------------------------------------------
   2) ERROR: test_integration_run_dag_with_scheduler_failure 
(tests.contrib.minikube.test_kubernetes_executor.KubernetesExecutorTest)
   ======================================================================
      --------------------- >> end captured logging << ---------------------
      urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 
10.20.5.63:30809
      airflow.logging_config: DEBUG: Unable to load custom logging, using 
default config instead
      airflow.utils.log.logging_mixin.LoggingMixin: DEBUG: Cannot import  due 
to  doesn't look like a module path
      root: INFO: Generating grammar tables from 
/usr/lib/python3.5/lib2to3/PatternGrammar.txt
      root: INFO: Generating grammar tables from 
/usr/lib/python3.5/lib2to3/Grammar.txt
      airflow.settings: INFO: Configured default timezone <Timezone [UTC]>
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Creating new FAB 
webserver config file in: /home/airflow/webserver_config.py
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Reading the config 
from /home/airflow/airflow.cfg
      airflow.utils.log.logging_mixin.LoggingMixin: INFO: Creating new Airflow 
config file in: /home/airflow/airflow.cfg
      -------------------- >> begin captured logging << --------------------
      --------------------- >> end captured stdout << ----------------------
   
      [2019-03-26 13:38:20,174] {connectionpool.py:205} DEBUG - Starting new 
HTTP connection (1): 10.20.5.63:30809
      -------------------- >> begin captured stdout << ---------------------
   
      ConnectionError: HTTPConnectionPool(host='10.20.5.63', port=30809): Max 
retries exceeded with url: 
/api/experimental/dags/example_kubernetes_executor_config/paused/false
    (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3ba8bc61d0>: Failed to establish a new connection: [Errno 111] Connection 
refused',))
         raise ConnectionError(e, request=request)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/adapters.py
 line 516 in send
         r = adapter.send(request, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 646 in send
         resp = self.send(prep, **send_kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 533 in request
         return session.request(method=method, url=url, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 60 in request
         return request('get', url, params=params, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 75 in get
         'dags/{dag_id}/paused/false'.format(host=host, dag_id=dag_id)
       tests/contrib/minikube/test_kubernetes_executor.py line 134 in start_dag
         result_json = self.start_dag(dag_id=dag_id, host=host)
       tests/contrib/minikube/test_kubernetes_executor.py line 173 in 
test_integration_run_dag
      Traceback (most recent call last):
   ----------------------------------------------------------------------
   1) ERROR: test_integration_run_dag 
(tests.contrib.minikube.test_kubernetes_executor.KubernetesExecutorTest)
   ======================================================================
   ```

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

Reply via email to