← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1375688] Re: unit test failure in ShelveComputeManagerTestCase.test_unshelve

 

** Changed in: nova
       Status: In Progress => Won't Fix

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

Title:
  unit test failure in ShelveComputeManagerTestCase.test_unshelve

Status in OpenStack Compute (Nova):
  Won't Fix

Bug description:
  Full logs here: http://logs.openstack.org/02/124402/3/check/gate-nova-
  python26/1d3512b/

  Seen:

  2014-09-26 15:20:46.795 |     ExpectedMethodCallsError: Verify: Expected methods never called:
  2014-09-26 15:20:46.796 |       0.  _notify_about_instance_usage.__call__(<nova.context.RequestContext object at 0xcf5e990>, Instance(access_ip_v4=None,access_ip_v6=None,architecture='x86_64',auto_disk_config=False,availability_zone=None,cell_name=None,cleaned=False,config_drive=None,created_at=2014-09-26T15:09:38Z,default_ephemeral_device=None,default_swap_device=None,deleted=False,deleted_at=None,disable_terminate=False,display_description=None,display_name=None,ephemeral_gb=0,ephemeral_key_uuid=None,fault=<?>,host='fake-mini',hostname=None,id=1,image_ref='fake-image-ref',info_cache=<?>,instance_type_id=2,kernel_id=None,key_data=None,key_name=None,launch_index=None,launched_at=2014-09-26T15:09:39Z,launched_on=None,locked=False,locked_by=None,memory_mb=0,metadata={},node='fakenode1',numa_topology=<?>,os_type='Linux',pci_devices=<?>,power_state=123,progress=None,project_id='fake',ramdisk_id=None,reservation_id='r-fakeres',root_device_name=None,root_gb=0,scheduled_at=None,security_groups=<?>,shutdown_terminate=False,system_metadata={instance_type_ephemeral_gb='0',instance_type_flavorid='1',instance_type_id='2',instance_type_memory_mb='512',instance_type_name='m1.tiny',instance_type_root_gb='1',instance_type_rxtx_factor='1.0',instance_type_swap='0',instance_type_vcpu_weight=None,instance_type_vcpus='1'},task_state=None,terminated_at=None,updated_at=2014-09-26T15:09:38Z,user_data=None,user_id='fake',uuid=cb73da32-e73e-4f52-a332-f66e9752ac9d,vcpus=0,vm_mode=None,vm_state='active'), 'unshelve.end') -> None

  and:

  2014-09-26 15:20:46.800 |     UnexpectedMethodCallError: Unexpected
  method call
  instance_update_and_get_original.__call__(<nova.context.RequestContext
  object at 0xcf5e990>, 'cb73da32-e73e-4f52-a332-f66e9752ac9d',
  {'vm_state': u'active', 'expected_task_state': 'spawning', 'key_data':
  None, 'host': u'fake-mini', 'image_ref': u'fake-image-ref',
  'power_state': 123, 'auto_disk_config': False, 'task_state': None,
  'launched_at': datetime.datetime(2014, 9, 26, 15, 9, 39, 224533,
  tzinfo=<iso8601.iso8601.Utc object at 0xa8b48d0>)},
  columns_to_join=['metadata', 'system_metadata'], update_cells=False)
  -> None

  My initial reaction is that the mox error messages don't contain
  enough information to diagnose the problem, or at least they certainly
  don't make it obvious to the uninitiated, due to the missing expected
  values.

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


References