← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1788129] Re: creating server with tags fails to get server tags in cells v1 job

 

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

** Changed in: nova
     Assignee: (unassigned) => zhufl (zhu-fanglei)

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

Title:
  creating server with tags fails to get server tags in cells v1 job

Status in OpenStack Compute (nova):
  In Progress

Bug description:
     Description
     ===========
     https://review.openstack.org/#/c/593984/ is to test creating server with tags in 2.52,
  (https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id47)

  and test_create_server_with_tags fails in nova-cells-v1 but succeeds in all other jobs
     
     Steps to reproduce
     ==================
     please see ci result http://logs.openstack.org/84/593984/2/check/nova-cells-v1/6b69992/
     
     Expected result
     ===============
     test_create_server_with_tags succeeds in all other jobs, so it's expected to pass also in nova-cells-v1
     
     Actual result
     =============
     test_create_server_with_tags fails in nova-cells-v1 but succeeds in all other jobs. (no tags after creating server with tags)
     
     Environment
     ===========
     community ci gate
     
     Logs & Configs
     ==============
     http://logs.openstack.org/84/593984/2/check/nova-cells-v1/6b69992/
  Traceback (most recent call last):
         File "tempest/api/compute/servers/test_server_tags.py", line 126, in test_create_server_with_tags
           self.assertEqual(set(assigned_tags), set(fetched_tags))
         File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
           self.assertThat(observed, matcher, message)
         File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
           raise mismatch_error
       testtools.matchers._impl.MismatchError: set(['tempest-tag-961725141', 'tempest-tag-1938292958']) != set([])

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


References