cd63348c7f
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
8 lines
272 B
YAML
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"
|