yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #77502
[Bug 1819740] Re: "test_port_ip_update_revises" fails in py37 intermittently
Reviewed: https://review.openstack.org/642869
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=44382ac446d32e6300a732f968be0fbc843630e2
Submitter: Zuul
Branch: master
commit 44382ac446d32e6300a732f968be0fbc843630e2
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Tue Mar 12 19:27:42 2019 +0000
Specify tenant_id in TestRevisionPlugin objects
In order to avoid interferences between other tests, the objects
created in TestRevisionPlugin will be created for random
tenant IDs, generated during the execution of each test.
Change-Id: Ica7fe2379c7b1ce516ae7b0cd3959cff88a0b895
Closes-Bug: #1819740
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1819740
Title:
"test_port_ip_update_revises" fails in py37 intermittently
Status in neutron:
Fix Released
Bug description:
Error log [1]:
Traceback (most recent call last):
File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/base.py", line 174, in func
return f(self, *args, **kwargs)
File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/unit/services/revisions/test_revision_plugin.py", line 170, in test_port_ip_update_revises
response = self._update('ports', port['port']['id'], new)
File "/home/zuul/src/git.openstack.org/openstack/neutron/neutron/tests/unit/db/test_db_base_plugin_v2.py", line 603, in _update
self.assertEqual(expected_code, res.status_int)
File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 411, in assertEqual
self.assertThat(observed, matcher, message)
File "/home/zuul/src/git.openstack.org/openstack/neutron/.tox/py37/lib/python3.7/site-packages/testtools/testcase.py", line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: 200 != 400
[1] http://logs.openstack.org/79/633979/26/check/openstack-tox-py37/e7878ff/testr_results.html.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1819740/+subscriptions
References