Activity log for bug #1788129

Date Who What changed Old value New value Message
2018-08-21 08:21:48 zhufl bug added bug
2018-08-21 09:32:48 zhufl 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? 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([])
2018-08-21 09:45:43 Matt Riedemann summary creating server with tags fails to get server tags creating server with tags fails to get server tags in cells v1 job
2018-08-21 09:52:52 Matt Riedemann nova: status New Won't Fix
2018-08-23 06:50:58 OpenStack Infra nova: status Won't Fix In Progress
2018-08-23 06:50:58 OpenStack Infra nova: assignee zhufl (zhu-fanglei)