From f39c5fb25a591c72c5ce534da55a0a7f8d0296b6 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 18 Jul 2014 10:37:32 +0200 Subject: [PATCH] Improve fingerprint for bug 1343689 Improve fingerprint for bug 1343689, don't fingerprint on part of the tempest test name, as those can change. Instead add a second message line for the function in nova that is causing the stacktrace. Change-Id: I2ba715ecc897374a3966ccf7460a273358d1cc6d Related-Bug: #1343689 --- queries/1343689.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/1343689.yaml b/queries/1343689.yaml index 17dc6d19..01ad3fb1 100644 --- a/queries/1343689.yaml +++ b/queries/1343689.yaml @@ -1,3 +1,4 @@ query: > - message:"TestVolumeBootPattern" AND message:"Caught error: 'image_id'" + message:"add_image_ref" + AND message:"Caught error: 'image_id'" AND tags: "screen-n-api.txt"