Files
zuul/zuul
Paul Belanger 669e2d66fa Improve exception handling of fingerclient
This is to improve the following traceback, today we don't display what
server / port is.

  Traceback (most recent call last):
    File "/opt/venv/zuul-3.4.0/lib/python3.6/site-packages/zuul/lib/fingergw.py", line 80, in handle
      build_uuid,
    File "/opt/venv/zuul-3.4.0/lib/python3.6/site-packages/zuul/lib/fingergw.py", line 51, in _fingerClient
      with socket.create_connection((server, port), timeout=10) as s:
    File "/usr/lib/python3.6/socket.py", line 704, in create_connection
      for res in getaddrinfo(host, port, 0, SOCK_STREAM):
    File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo
      for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  socket.gaierror: [Errno -3] Temporary failure in name resolution

Change-Id: I2adb79b8fc3e12cb971b59e3d89c3dfc24a10a67
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-01-21 13:11:24 -05:00
..
2019-01-18 06:24:18 +00:00
2019-01-03 10:22:58 -08:00
2017-08-07 14:56:17 -07:00
2017-06-19 10:34:57 -05:00
2018-12-29 14:49:34 +00:00
2012-05-29 14:49:32 -07:00
2018-05-02 07:20:46 +00:00
2019-01-18 08:38:26 -08:00
2018-12-29 14:39:17 +00:00