← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1288312] [NEW] radware lbaas unit test failed: MismatchError: 409 != 204

 

Public bug reported:

neutron.tests.unit.services.loadbalancer.drivers.radware.test_plugin_driver.TestLoadBalancerPlugin.test_create_vip failed:
http://logs.openstack.org/63/76363/2/check/gate-neutron-python27/ca7bdc5/

(I might see similar issue, but i could not find it.)

Traceback (most recent call last):
  File "neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py", line 234, in test_create_vip
    self.rest_call_mock.assert_has_calls(calls, any_order=True)
  File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
    self.gen.throw(type, value, traceback)
  File "neutron/tests/unit/test_db_plugin.py", line 559, in subnet
    self._delete('subnets', subnet['subnet']['id'])
  File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
    self.gen.throw(type, value, traceback)
  File "neutron/tests/unit/test_db_plugin.py", line 530, in network
    self._delete('networks', network['network']['id'])
  File "neutron/tests/unit/test_db_plugin.py", line 446, in _delete
    self.assertEqual(res.status_int, expected_code)
  File "/home/jenkins/workspace/gate-neutron-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 321, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/home/jenkins/workspace/gate-neutron-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertThat
    raise mismatch_error
MismatchError: 409 != 204

** Affects: neutron
     Importance: High
         Status: New


** Tags: radware

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1288312

Title:
  radware lbaas unit test failed: MismatchError: 409 != 204

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  neutron.tests.unit.services.loadbalancer.drivers.radware.test_plugin_driver.TestLoadBalancerPlugin.test_create_vip failed:
  http://logs.openstack.org/63/76363/2/check/gate-neutron-python27/ca7bdc5/

  (I might see similar issue, but i could not find it.)

  Traceback (most recent call last):
    File "neutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py", line 234, in test_create_vip
      self.rest_call_mock.assert_has_calls(calls, any_order=True)
    File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
      self.gen.throw(type, value, traceback)
    File "neutron/tests/unit/test_db_plugin.py", line 559, in subnet
      self._delete('subnets', subnet['subnet']['id'])
    File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
      self.gen.throw(type, value, traceback)
    File "neutron/tests/unit/test_db_plugin.py", line 530, in network
      self._delete('networks', network['network']['id'])
    File "neutron/tests/unit/test_db_plugin.py", line 446, in _delete
      self.assertEqual(res.status_int, expected_code)
    File "/home/jenkins/workspace/gate-neutron-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 321, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/home/jenkins/workspace/gate-neutron-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertThat
      raise mismatch_error
  MismatchError: 409 != 204

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1288312/+subscriptions


Follow ups

References