From ba1c60af842301fe7aa7ccd8a0cc870d3a479037 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sun, 19 Jan 2014 21:16:02 -0500 Subject: [PATCH] add hit for bug 1270680 this does hit a number of success runs as well, mostly because we end up masking the issue in our tear downs by aggressively wrapping all these calls in try blocks. It does mean we are leaking compute resources like a sieve. Change-Id: I1f0ff3a5ac1d5dbff79de884cb6f242eca42031e --- queries/1270680.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 queries/1270680.yaml diff --git a/queries/1270680.yaml b/queries/1270680.yaml new file mode 100644 index 00000000..fe597c22 --- /dev/null +++ b/queries/1270680.yaml @@ -0,0 +1,4 @@ +query: > + message:"TRACE nova.api.openstack" + AND message:"InstanceNotFound: Instance" + AND filename:"logs/screen-n-api.txt" \ No newline at end of file