← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1883885] [NEW] ipv6 wsgi unit tests fails with "[Errno 99] Cannot assign requested address"

 

Public bug reported:

On my recently upgraded Debian SID the I see the following nova unit
test failure. The same failure does not happen on an ubuntu 18.04
machine.


nova.tests.unit.test_service.TestWSGIService.test_service_random_port_with_ipv6
-------------------------------------------------------------------------------

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):

      File "/home/gibizer/upstream/git/nova/.tox/py38/lib/python3.8/site-packages/mock/mock.py", line 1330, in patched
    return func(*args, **keywargs)

      File "/home/gibizer/upstream/git/nova/nova/tests/unit/test_service.py", line 323, in test_service_random_port_with_ipv6
    test_service = service.WSGIService("test_service")

      File "/home/gibizer/upstream/git/nova/nova/service.py", line 365, in __init__
    self.server = wsgi.Server(name,

      File "/home/gibizer/upstream/git/nova/nova/wsgi.py", line 93, in __init__
    self._socket = eventlet.listen(bind_addr, family, backlog=backlog)

      File "/home/gibizer/upstream/git/nova/.tox/py38/lib/python3.8/site-packages/eventlet/convenience.py", line 78, in listen
    sock.bind(addr)

    OSError: [Errno 99] Cannot assign requested address

** Affects: nova
     Importance: Undecided
     Assignee: Balazs Gibizer (balazs-gibizer)
         Status: In Progress


** Tags: testing

** Changed in: nova
     Assignee: (unassigned) => Balazs Gibizer (balazs-gibizer)

** Tags added: testing

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1883885

Title:
  ipv6 wsgi unit tests fails with "[Errno 99] Cannot assign requested
  address"

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  On my recently upgraded Debian SID the I see the following nova unit
  test failure. The same failure does not happen on an ubuntu 18.04
  machine.

  
  nova.tests.unit.test_service.TestWSGIService.test_service_random_port_with_ipv6
  -------------------------------------------------------------------------------

  Captured traceback:
  ~~~~~~~~~~~~~~~~~~~
      Traceback (most recent call last):

        File "/home/gibizer/upstream/git/nova/.tox/py38/lib/python3.8/site-packages/mock/mock.py", line 1330, in patched
      return func(*args, **keywargs)

        File "/home/gibizer/upstream/git/nova/nova/tests/unit/test_service.py", line 323, in test_service_random_port_with_ipv6
      test_service = service.WSGIService("test_service")

        File "/home/gibizer/upstream/git/nova/nova/service.py", line 365, in __init__
      self.server = wsgi.Server(name,

        File "/home/gibizer/upstream/git/nova/nova/wsgi.py", line 93, in __init__
      self._socket = eventlet.listen(bind_addr, family, backlog=backlog)

        File "/home/gibizer/upstream/git/nova/.tox/py38/lib/python3.8/site-packages/eventlet/convenience.py", line 78, in listen
      sock.bind(addr)

      OSError: [Errno 99] Cannot assign requested address

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1883885/+subscriptions


Follow ups