Fokko commented on issue #4732: [AIRFLOW-XXXX] Update to travis xenial infrastructure. URL: https://github.com/apache/airflow/pull/4732#issuecomment-465179598 It looks like it can't connect to a port. ``` ====================================================================== 1) 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 219 in test_integration_run_dag_with_scheduler_failure expected_final_state='success', timeout=120) tests/contrib/minikube/test_kubernetes_executor.py line 81 in monitor_task timeout=REQUESTS_TIMEOUT, .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 529 in send raise ReadTimeout(e, request=request) ReadTimeout: HTTPConnectionPool(host='10.20.0.74', port=30809): Read timed out. (read timeout=5) ``` @dimberman any clue?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
