elastic-recheck/queries/1348204.yaml
Matt Riedemann cd63348c7f 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
2014-07-24 11:11:33 -07:00

8 lines
272 B
YAML

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"