← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1273622] [NEW] stevedore 0.14.1 brokes Havana stable gate tests

 

Public bug reported:

2014-01-28 05:25:01.008 | Traceback (most recent call last):
2014-01-28 05:25:01.009 |   File "nova/tests/test_hooks.py", line 112, in test_basic
2014-01-28 05:25:01.009 |     self.assertEqual(42, self._hooked(1))
2014-01-28 05:25:01.009 |   File "nova/hooks.py", line 98, in inner
2014-01-28 05:25:01.010 |     manager = _HOOKS.setdefault(name, HookManager(name))
2014-01-28 05:25:01.010 |   File "nova/hooks.py", line 63, in __init__
2014-01-28 05:25:01.010 |     super(HookManager, self).__init__(NS, name, invoke_on_load=True)
2014-01-28 05:25:01.011 |   File "/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/stevedore/hook.py", line 43, in __init__
2014-01-28 05:25:01.011 |     verify_requirements=verify_requirements,
2014-01-28 05:25:01.012 |   File "/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/stevedore/named.py", line 55, in __init__
2014-01-28 05:25:01.012 |     verify_requirements)
2014-01-28 05:25:01.012 | TypeError: _mock_load_plugins() takes exactly 4 arguments (5 given)
2014-01-28 05:25:01.013 | ======================================================================
2014-01-28 05:25:01.013 | FAIL: nova.tests.test_hooks.HookTestCaseWithFunction.test_order_of_execution
2014-01-28 05:25:01.013 | tags: worker-0

details http://logs.openstack.org/24/61924/1/gate/gate-nova-
python26/2a687f6/console.html

** Affects: nova
     Importance: Undecided
     Assignee: Yaguang Tang (heut2008)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Yaguang Tang (heut2008)

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

Title:
  stevedore 0.14.1 brokes Havana stable gate tests

Status in OpenStack Compute (Nova):
  New

Bug description:
  2014-01-28 05:25:01.008 | Traceback (most recent call last):
  2014-01-28 05:25:01.009 |   File "nova/tests/test_hooks.py", line 112, in test_basic
  2014-01-28 05:25:01.009 |     self.assertEqual(42, self._hooked(1))
  2014-01-28 05:25:01.009 |   File "nova/hooks.py", line 98, in inner
  2014-01-28 05:25:01.010 |     manager = _HOOKS.setdefault(name, HookManager(name))
  2014-01-28 05:25:01.010 |   File "nova/hooks.py", line 63, in __init__
  2014-01-28 05:25:01.010 |     super(HookManager, self).__init__(NS, name, invoke_on_load=True)
  2014-01-28 05:25:01.011 |   File "/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/stevedore/hook.py", line 43, in __init__
  2014-01-28 05:25:01.011 |     verify_requirements=verify_requirements,
  2014-01-28 05:25:01.012 |   File "/home/jenkins/workspace/gate-nova-python26/.tox/py26/lib/python2.6/site-packages/stevedore/named.py", line 55, in __init__
  2014-01-28 05:25:01.012 |     verify_requirements)
  2014-01-28 05:25:01.012 | TypeError: _mock_load_plugins() takes exactly 4 arguments (5 given)
  2014-01-28 05:25:01.013 | ======================================================================
  2014-01-28 05:25:01.013 | FAIL: nova.tests.test_hooks.HookTestCaseWithFunction.test_order_of_execution
  2014-01-28 05:25:01.013 | tags: worker-0

  details http://logs.openstack.org/24/61924/1/gate/gate-nova-
  python26/2a687f6/console.html

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


Follow ups

References