From 4eff7e6592f8b7c4683165f7152aa287b39df4e9 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 6 Aug 2014 12:44:11 -0700 Subject: [PATCH] Add query for nova shelve unit tests bug 1353654 This could be related to a few other race bugs in how the compute service is used in these integration type tests. The fingerprint here is on the one line in the console log for the mox UnexpectedMethodCallError since the test expects the instance to be shelved and instead it's in error state due to an unexpected InstanceNotFound error. If you go back 10 days on this, there are hits in the gate, but only 7 days shows only check queue failures, but there are a couple and at least one is totally unrelated to where this code would be hit. Change-Id: I4ddb84cc40ac93b2861edd02ce493e507160788e Related-Bug: #1353654 --- queries/1353654.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 queries/1353654.yaml diff --git a/queries/1353654.yaml b/queries/1353654.yaml new file mode 100644 index 00000000..b1a6180b --- /dev/null +++ b/queries/1353654.yaml @@ -0,0 +1,7 @@ +query: > + message:"+ instance_update_and_get_original.__call__" AND + message:"nova.context.RequestContext object at" AND + message:"'vm_state': 'shelved'" AND + project:"openstack/nova" AND + tags:"console" AND + build_queue:"gate"