From e6a2fc1ac6ed349282cf23da66383aaa119e5087 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 25 Feb 2014 11:30:32 -0800 Subject: [PATCH] Add query for bug 1273908 Tempest is failing on a race waiting for a server to reach 'rescue' state when a volume is attached to it. From the n-cpu logs it looks like the libvirt driver is doing image cache management at the time of the timeout, but since there are no failures in the logs we have to fingerprint the failure on the Tempest timeout error in the console log. Related-Bug: #1273908 Change-Id: I7540d8b43e259af35723199e401f2f9d16e70c26 --- queries/1273908.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 queries/1273908.yaml diff --git a/queries/1273908.yaml b/queries/1273908.yaml new file mode 100644 index 00000000..a36d81bb --- /dev/null +++ b/queries/1273908.yaml @@ -0,0 +1,5 @@ +query: > + message:"Server" AND + message:"failed to reach RESCUE status and task state \"None\" within the required time" AND + message:"Current status: ACTIVE. Current task state: rescuing." AND + filename:"console.html"