nritholtz commented on issue #4903: [AIRFLOW-4069] Add Opsgenie Alert Hook and 
Operator
URL: https://github.com/apache/airflow/pull/4903#issuecomment-472886306
 
 
   Only 2 jobs failed in the travis build, 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/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/api.py
 line 75 in get
         return request('get', url, params=params, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/api.py
 line 60 in request
         return session.request(method=method, url=url, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/sessions.py
 line 533 in request
         resp = self.send(prep, **send_kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/sessions.py
 line 646 in send
         r = adapter.send(request, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/adapters.py
 line 516 in send
         raise ConnectionError(e, request=request)
      ConnectionError: HTTPConnectionPool(host='10.20.1.156', port=30809): Max 
retries exceeded with url: 
/api/experimental/dags/example_kubernetes_executor_config/paused/false (Caused 
by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7fe92bfa6650>: Failed to establish a new connection: [Errno 111] Connection 
refused',))
   ======================================================================
   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/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/api.py
 line 75 in get
         return request('get', url, params=params, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/api.py
 line 60 in request
         return session.request(method=method, url=url, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/sessions.py
 line 533 in request
         resp = self.send(prep, **send_kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/sessions.py
 line 646 in send
         r = adapter.send(request, **kwargs)
       
.tox/py27-backend_postgres-env_kubernetes/lib/python2.7/site-packages/requests/adapters.py
 line 516 in send
         raise ConnectionError(e, request=request)
      ConnectionError: HTTPConnectionPool(host='10.20.1.156', port=30809): Max 
retries exceeded with url: 
/api/experimental/dags/example_kubernetes_executor_config/paused/false (Caused 
by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7fe92bf57850>: Failed to establish a new connection: [Errno 111] Connection 
refused',))
   ```
   and
   ```
   37) ERROR: test_execution_unlimited_parallelism 
(tests.executors.test_local_executor.LocalExecutorTest)
   ----------------------------------------------------------------------
   ```

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