Expand scope for neutron dbdeadlock bug 1432065

The query was too restrictive on the operation for the
DBDeadlock failure so it's missing other failures in the
gate. Make the query more general to catch more hits.

Note that this doesn't result in 100% failures anymore,
but it still trends to 73% failures when it hits.

Change-Id: Id36408179b616df675c9624a7dbe7297d96e83ed
Related-Bug: #1432065
This commit is contained in:
Matt Riedemann 2015-03-16 06:47:43 -07:00
parent e0ada82c0b
commit 8b70ac97d0

View File

@ -1,3 +1,3 @@
query: >
message:"DBDeadlock: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') 'DELETE FROM ipallocationpools WHERE ipallocationpools.id" AND
message:"DBDeadlock: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction')" AND
tags:"screen-q-svc.txt"