yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #74362
[Bug 1788129] Re: creating server with tags fails to get server tags in cells v1 job
I believe during review we intentionally did not add support for server
tags when creating a server with cells v1 because cells v1 is
deprecated:
https://review.openstack.org/#/c/459593/26/nova/conductor/manager.py@532
This isn't the first new feature in the API that we've omitted for cells
v1 because it's deprecated. We'd need to blacklist the test:
https://github.com/openstack/nova/blob/722d5b477219f0a2435a9f4ad4d54c61b83219f1/devstack
/tempest-dsvm-cells-rc
** Summary changed:
- creating server with tags fails to get server tags
+ creating server with tags fails to get server tags in cells v1 job
** Changed in: nova
Status: New => 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/1788129
Title:
creating server with tags fails to get server tags in cells v1 job
Status in OpenStack Compute (nova):
Won't Fix
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