Add query for test_server_rescue race bug 1226412

This query hits race fails in test_server_rescue tests related to trying
to rescue a paused server, but the test times out before the instance is
paused.

Note that if you take out the "Current status: ACTIVE" filter from the
query, there are hits for "Current status: SHUTOFF" which fall under
test_server_actions.test_pause_unpause_server, which is a different race
condition/bug. So we should have a pretty decent fingerprint with this
to track down test_server_rescue race fails and not yield false
negatives on test_server_actions.

Related-Bug: #1226412

Change-Id: I7acefb327b32798b30491388a9e909f74bd96fc2
This commit is contained in:
Matt Riedemann 2014-01-27 18:20:14 -08:00
parent e7baae284c
commit a6c099ba0a

5
queries/1226412.yaml Normal file
View File

@ -0,0 +1,5 @@
query: >
message:"Server"
AND message:"failed to reach PAUSED status and task state \"None\" within the required time"
AND message:"Current status: ACTIVE."
AND filename:"console.html"