nritholtz commented on issue #4903: [AIRFLOW-4069] Add Opsgenie Alert Hook and 
Operator
URL: https://github.com/apache/airflow/pull/4903#issuecomment-480366716
 
 
   @ashb Only one job in the build failed due to unrelated tests:
   ```
   ======================================================================
   1) ERROR: 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 134 in start_dag
         'dags/{dag_id}/paused/false'.format(host=host, dag_id=dag_id)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 75 in get
         return request('get', url, params=params, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 60 in request
         return session.request(method=method, url=url, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 533 in request
         resp = self.send(prep, **send_kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 646 in send
         r = adapter.send(request, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/adapters.py
 line 516 in send
         raise ConnectionError(e, request=request)
      ConnectionError: HTTPConnectionPool(host='10.20.1.120', port=30809): Max 
retries exceeded with url: 
/api/experimental/dags/example_kubernetes_executor_config/paused/false (Caused 
by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3181a65cc0>: Failed to establish a new connection: [Errno 111] Connection 
refused',))
      -------------------- >> begin captured stdout << ---------------------
      [2019-04-05 17:34:09,772] {connectionpool.py:205} DEBUG - Starting new 
HTTP connection (1): 10.20.1.120:30809
      
      --------------------- >> 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.utils.log.logging_mixin.LoggingMixin: INFO: Creating new FAB 
webserver config file in: /home/airflow/webserver_config.py
      airflow.settings: INFO: Configured default timezone <Timezone [UTC]>
      root: INFO: Generating grammar tables from 
/usr/lib/python3.5/lib2to3/Grammar.txt
      root: INFO: Generating grammar tables from 
/usr/lib/python3.5/lib2to3/PatternGrammar.txt
      airflow.utils.log.logging_mixin.LoggingMixin: DEBUG: Cannot import  due 
to  doesn't look like a module path
      airflow.logging_config: DEBUG: Unable to load custom logging, using 
default config instead
      urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 
10.20.1.120:30809
      --------------------- >> end captured logging << ---------------------
   ======================================================================
   2) ERROR: 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 134 in start_dag
         'dags/{dag_id}/paused/false'.format(host=host, dag_id=dag_id)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 75 in get
         return request('get', url, params=params, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/api.py
 line 60 in request
         return session.request(method=method, url=url, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 533 in request
         resp = self.send(prep, **send_kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/sessions.py
 line 646 in send
         r = adapter.send(request, **kwargs)
       
.tox/py35-backend_postgres-env_kubernetes/lib/python3.5/site-packages/requests/adapters.py
 line 516 in send
         raise ConnectionError(e, request=request)
      ConnectionError: HTTPConnectionPool(host='10.20.1.120', port=30809): Max 
retries exceeded with url: 
/api/experimental/dags/example_kubernetes_executor_config/paused/false (Caused 
by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3181a65208>: Failed to establish a new connection: [Errno 111] Connection 
refused',))
   ```
   
   All suggested changes have been made. PTAL

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