yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07951
[Bug 1266482] [NEW] vmware nsx: db flush error during router operations
Public bug reported:
This stacktrace has been observed on master:
http://paste.openstack.org/show/60437/
This ultimately causes Tempest failures like the one below:
time: 2014-01-06 06:53:23.851259Z
tags: worker-0
test: tearDownClass (tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestXML)
time: 2014-01-06 06:53:23.851259Z
failure: tearDownClass (tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestXML) [ multipart
Content-Type: text/x-traceback;charset="utf8",language="python"
traceback
42D
Traceback (most recent call last):
File "tempest/api/compute/base.py", line 112, in tearDownClass
cls.clear_isolated_creds()
File "tempest/test.py", line 289, in clear_isolated_creds
cls.isolated_creds.clear_isolated_creds()
File "tempest/common/isolated_creds.py", line 457, in clear_isolated_creds
self._clear_isolated_net_resources()
File "tempest/common/isolated_creds.py", line 436, in _clear_isolated_net_resources
router['id'], subnet['id'])
File "tempest/services/network/json/network_client.py", line 289, in remove_router_interface_with_subnet_id
resp, body = self.put(uri, update_body, self.headers)
File "tempest/common/rest_client.py", line 314, in put
return self.request('PUT', url, headers, body)
File "tempest/common/rest_client.py", line 436, in request
resp, resp_body)
File "tempest/common/rest_client.py", line 530, in _error_checker
raise exceptions.ServerFault(message)
ServerFault: Got server fault
Details: {"NeutronError": "Request Failed: internal server error while processing your request."}
** Affects: neutron
Importance: Undecided
Assignee: Armando Migliaccio (armando-migliaccio)
Status: New
** Tags: nicira
** Changed in: neutron
Assignee: (unassigned) => Armando Migliaccio (armando-migliaccio)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1266482
Title:
vmware nsx: db flush error during router operations
Status in OpenStack Neutron (virtual network service):
New
Bug description:
This stacktrace has been observed on master:
http://paste.openstack.org/show/60437/
This ultimately causes Tempest failures like the one below:
time: 2014-01-06 06:53:23.851259Z
tags: worker-0
test: tearDownClass (tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestXML)
time: 2014-01-06 06:53:23.851259Z
failure: tearDownClass (tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestXML) [ multipart
Content-Type: text/x-traceback;charset="utf8",language="python"
traceback
42D
Traceback (most recent call last):
File "tempest/api/compute/base.py", line 112, in tearDownClass
cls.clear_isolated_creds()
File "tempest/test.py", line 289, in clear_isolated_creds
cls.isolated_creds.clear_isolated_creds()
File "tempest/common/isolated_creds.py", line 457, in clear_isolated_creds
self._clear_isolated_net_resources()
File "tempest/common/isolated_creds.py", line 436, in _clear_isolated_net_resources
router['id'], subnet['id'])
File "tempest/services/network/json/network_client.py", line 289, in remove_router_interface_with_subnet_id
resp, body = self.put(uri, update_body, self.headers)
File "tempest/common/rest_client.py", line 314, in put
return self.request('PUT', url, headers, body)
File "tempest/common/rest_client.py", line 436, in request
resp, resp_body)
File "tempest/common/rest_client.py", line 530, in _error_checker
raise exceptions.ServerFault(message)
ServerFault: Got server fault
Details: {"NeutronError": "Request Failed: internal server error while processing your request."}
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1266482/+subscriptions
Follow ups
References