elastic-recheck/queries/1613749.yaml
Matthew Treinish 8feff5f00e 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
2016-08-16 16:39:00 +00:00

5 lines
549 B
YAML

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"