From d4fc4206539774fc43b5b89a0adb5912516208f3 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 26 Feb 2015 08:09:19 -0700 Subject: [PATCH] Add query for cinder bug 1425310 This adds the new issue we're seeing with test_rescue and also cleans up the bad query we have for bug 1373513. It'd be awesome if we could only hit this when a test fails but it seems we can't query on collections of items from multiple log files. This is kind of annoying because we can have the slow LVM condition but not actually fail for anything. In fact the rescue detach test will almost 100% of the time result in this message being in syslog, but we still make it within tempest's 196 seconds and the test passes. But, if some other "thing" fails it gets attributed to this query. Change-Id: I55da9d25e2ee8a79aba66d49dd922e7709188063 --- queries/1373513.yaml | 9 +++------ queries/1425310.yaml | 3 +++ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 queries/1425310.yaml diff --git a/queries/1373513.yaml b/queries/1373513.yaml index 1b44ab3f..01213021 100644 --- a/queries/1373513.yaml +++ b/queries/1373513.yaml @@ -1,7 +1,4 @@ query: >- - (message:"INFO: task lvm:" AND - message:"blocked for more than 120 seconds" AND - tags:"syslog") OR - (message:"Failed to delete volume" AND - message:"within the required time" AND - tags:"console") + message:"INFO: task lvm:" AND + message:"blocked for more than 120 seconds" AND + tags:"syslog" diff --git a/queries/1425310.yaml b/queries/1425310.yaml new file mode 100644 index 00000000..29c6bc57 --- /dev/null +++ b/queries/1425310.yaml @@ -0,0 +1,3 @@ +query: >- + message: "u\'tgtadm: this access control rule does not exist" AND + tags:"screen-c-vol.txt"