Reviewed: https://review.openstack.org/355050 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aa42906143f09a8cf40dfcd91bb211eac6689b80 Submitter: Jenkins Branch: master
commit aa42906143f09a8cf40dfcd91bb211eac6689b80 Author: Armando Migliaccio <[email protected]> Date: Fri Aug 12 12:51:14 2016 -0700 Make auto-allocate plugin handle sneaky DB errors DB errors or retry exceptions that bubble up to the plugin may get masked by integrity violation errors due to partial provisioning of resources. When that happens, we should make sure any pending resource is cleaned up before reattempting the operation. Closes-bug: #1612615 Change-Id: I76e9f8e4b61fb3566d70af4236c19e4c5a523646 ** 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/1612615 Title: test_get_allocated_net_topology_as_tenant failure in api job Status in neutron: Fix Released Bug description: http://logs.openstack.org/12/354612/1/check/gate-neutron-dsvm- api/09c5da5/testr_results.html.gz Traceback (most recent call last): File "/opt/stack/new/neutron/neutron/tests/tempest/api/test_auto_allocated_topology.py", line 95, in test_get_allocated_net_topology_as_tenant self.assertEqual((1, self.num_subnetpools, 1), resources_after1) File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 411, in assertEqual self.assertThat(observed, matcher, message) File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: (1, 2, 1) != (1, 4, 1) Logstash: http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22in%20test_get_allocated_net_topology_as_tenant%5C%22 3 hits in 7 days. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1612615/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

