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
This commit is contained in:
Matt Riedemann 2014-02-25 11:30:32 -08:00
parent 71b709e6bf
commit e6a2fc1ac6

5
queries/1273908.yaml Normal file
View File

@ -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"