elastic-recheck/queries/1357055.yaml
Matt Riedemann 379b3265e3 Add query for neutron subnet delete race bug 1357055
I found this from the uncategorized bugs page on a
stable/icehouse neutron job, but for some reason
it doesn't show up in logstash in the gate or on
stable/icehouse.

Regardless, there are 82 hits in 10 days on multiple
changes, it affects pretty much any test that's
going through teardown with neutron and must be
latent to at least Icehouse.

I'm guessing this is due to the neutron full job
running with tenant isolation which causes multiple
ports to be using the same subnet and when one
test tries to delete the subnet it fails because
another test (port) is using the same subnet.

Change-Id: I03bba460f31f8769a843f7b77d6c5e684ca8ebf0
Related-Bug: #1357055
2014-08-14 14:09:17 -07:00

5 lines
196 B
YAML

query: >
message:"delete failed \(client error\)\: Unable to complete operation on subnet" AND
message:"One or more ports have an IP allocation from this subnet" AND
tags:"screen-q-svc.txt"