From 8feff5f00e00f6bdfb4addb281d8b28f5bb51d6a Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 16 Aug 2016 10:39:32 -0400 Subject: [PATCH] Add query for bug 1613749 This commit adds a query for the http timeout for requests to glance when we ask to use a remote image. There are multiples per run, since it gets logged twice per test failure and there are 2 or 3 failures per run when this issue occurs. Related-Bug: #1613749 Change-Id: Ic3dd31ee9305660e3f788ce3d059f535f2a95c06 --- queries/1613749.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1613749.yaml diff --git a/queries/1613749.yaml b/queries/1613749.yaml new file mode 100644 index 00000000..4fd3ed9e --- /dev/null +++ b/queries/1613749.yaml @@ -0,0 +1,4 @@ +query: >- + (message:"The HTTP URL is invalid: HTTPConnectionPool(host='git.openstack.org', port=80): Max retries exceeded with url: /static/openstack.png (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))" OR + message:"urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9292): Max retries exceeded with url: /v1/images (Caused by ReadTimeoutError(\"HTTPConnectionPool(host='127.0.0.1', port=9292): Read timed out. (read timeout=60)\",))") AND + tags:"console"