Add query for cinder timeout bug 1348204

This bug seems to manifest itself in different ways,
the detach race seems to have shown up around 7/15
but the attach race only seems to have shown up in
the gate around 7/18, so this query hits on both flows
since the underlying fix is probably the same.

Change-Id: I4299dd150a55bc14d2d3e10e4114cb8b767989ac
Related-Bug: #1348204
This commit is contained in:
Matt Riedemann 2014-07-24 08:12:36 -07:00
parent 45a459212d
commit cd63348c7f
1 changed files with 7 additions and 0 deletions

7
queries/1348204.yaml Normal file
View File

@ -0,0 +1,7 @@
query: >
message:"TestEncryptedCinderVolumes" AND (
(message:"detach_volume" AND
message:"TypeError: <type 'NoneType'> can't be decoded") OR
(message:"attach_volume" AND
message:"DeviceIsBusy: The supplied device (vdb) is busy")) AND
tags:"screen-n-cpu.txt"