yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #74360
[Bug 1788129] [NEW] creating server with tags fails to get server tags
Public bug reported:
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)
but test_create_server_with_tags fails in nova-cells-v1 but succeeds in
all other jobs,
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([])
so what's wrong?
** Affects: nova
Importance: Undecided
Status: New
--
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
Status in OpenStack Compute (nova):
New
Bug 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)
but test_create_server_with_tags fails in nova-cells-v1 but succeeds
in all other jobs,
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([])
so what's wrong?
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1788129/+subscriptions
Follow ups