From cd63348c7f8fa48a31129e4f15e5aeb825c9e5af Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 24 Jul 2014 08:12:36 -0700 Subject: [PATCH] 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 --- queries/1348204.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 queries/1348204.yaml diff --git a/queries/1348204.yaml b/queries/1348204.yaml new file mode 100644 index 00000000..580d6310 --- /dev/null +++ b/queries/1348204.yaml @@ -0,0 +1,7 @@ +query: > + message:"TestEncryptedCinderVolumes" AND ( + (message:"detach_volume" AND + message:"TypeError: can't be decoded") OR + (message:"attach_volume" AND + message:"DeviceIsBusy: The supplied device (vdb) is busy")) AND + tags:"screen-n-cpu.txt"