d4fc420653
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
5 lines
108 B
YAML
5 lines
108 B
YAML
query: >-
|
|
message:"INFO: task lvm:" AND
|
|
message:"blocked for more than 120 seconds" AND
|
|
tags:"syslog"
|