From a5f0b090c74af3994a2b8236cd4c27921b64f725 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 8 Aug 2016 12:01:11 -0400 Subject: [PATCH] Add query for nova unshelve race bug 1611008 5 hits in 7 days, check and gate, master branch only right now. This is a race in Tempest tests that use a shared server resource where it looks like a shelve/unshelve is setting the instance to ACTIVE/none state before the instance.host field is updated in the DB which makes the next test to run on that shared server fail (because the compute RPC doesn't know where to cast the message). Change-Id: Iaae74a7b7533c58b5a7fdb1dd30814e6f66a0170 Related-Bug: #1611008 --- queries/1611008.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1611008.yaml diff --git a/queries/1611008.yaml b/queries/1611008.yaml new file mode 100644 index 00000000..b6299d1f --- /dev/null +++ b/queries/1611008.yaml @@ -0,0 +1,3 @@ +query: >- + message:"NovaException: Unable to find host for Instance" AND + tags:"screen-n-api.txt"