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:
parent
45a459212d
commit
cd63348c7f
7
queries/1348204.yaml
Normal file
7
queries/1348204.yaml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user