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:
parent
e0ada82c0b
commit
8b70ac97d0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user