← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1516805] Re: nova unit tests failing with infinite recursion with oslo.versionedobjects 0.13.0

 

** Changed in: nova/liberty
   Importance: Undecided => Critical

** No longer affects: oslo.versionedobjects

-- 
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/1516805

Title:
  nova unit tests failing with infinite recursion with
  oslo.versionedobjects 0.13.0

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Compute (nova) liberty series:
  In Progress

Bug description:
  Seen here:

  http://logs.openstack.org/20/243320/4/gate/gate-nova-
  python27/37b1b32/console.html

  Just started on 11/16 with the o.vo 0.13.0 release.

  Lots of this:

  2015-11-16 21:00:40.347 |         result = getattr(cls, objmethod)(context, *args, **kwargs)
  2015-11-16 21:00:40.347 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 173, in wrapper
  2015-11-16 21:00:40.348 |         args, kwargs)
  2015-11-16 21:00:40.348 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/fixture.py", line 106, in object_class_action_versions
  2015-11-16 21:00:40.348 |         result = getattr(cls, objmethod)(context, *args, **kwargs)
  2015-11-16 21:00:40.348 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 173, in wrapper
  2015-11-16 21:00:40.348 |         args, kwargs)
  2015-11-16 21:00:40.348 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/fixture.py", line 106, in object_class_action_versions
  2015-11-16 21:00:40.348 |         result = getattr(cls, objmethod)(context, *args, **kwargs)
  2015-11-16 21:00:40.348 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 173, in wrapper
  2015-11-16 21:00:40.348 |         args, kwargs)
  2015-11-16 21:00:40.348 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/fixture.py", line 106, in object_class_action_versions
  2015-11-16 21:00:40.349 |         result = getattr(cls, objmethod)(context, *args, **kwargs)
  2015-11-16 21:00:40.349 |       File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 173, in wrapper
  2015-11-16 21:00:40.349 |         args, kwargs)

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


References