From 04d04b8a24660c98bd16a0416c13df4b4366ad08 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 5 Jun 2014 05:57:43 -0700 Subject: [PATCH] Add query for nova resize/migrate bug 1326778 158 hits in the last 2 days, all failures, check and gate. This fails on at least three different test classes so rather than add a big OR to the query for the known tests that hit this, just fingerprint the generic API validation failure in the n-api logs. Related-Bug: #1326778 Change-Id: I34053a1150c8d2c5ae82001e870fdd8399780cae --- queries/1326778.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1326778.yaml diff --git a/queries/1326778.yaml b/queries/1326778.yaml new file mode 100644 index 00000000..d2a95517 --- /dev/null +++ b/queries/1326778.yaml @@ -0,0 +1,3 @@ +query: >- + message:"HTTP exception thrown\: Instance has not been resized" AND + tags:"screen-n-api.txt"