Commit Graph

6 Commits

Author SHA1 Message Date
Matt Riedemann 0af94c68ec Remove old queries for fixed or incomplete bugs
Most of these are fixed, or are duplicates of bugs
that are fixed.

Some of these are old incomplete bugs that we're
not sure are still issues, so we remove the query
and if the problem shows up again we'll restore
the query.

We also have a lot of queries for new/confirmed
bugs which might have changed fingerprints so we
need to update those, I've left them so we can
track them and do the updates as needed.

Change-Id: Ia51376f715c55db88171a0f51605d8e59f41fba2
2014-10-15 14:41:01 -07:00
Sean Dague e23c3e3b4e move console.html -> console
For all the bugs that might show up in a tempest run, we need to
move tagging from console.html to console, as tempest does an
old run inside grenade, which is now in grenade.sh.log.

Change-Id: I2f3e3492f4713a5f13f44b65f1b3a275575490bc
2014-06-18 07:00:26 -04:00
Clark Boylan 0bd2042c38 Switch queries over to tags instead of filename
The Elasticsearch schema was updated to make the file portion of tags
the basename of filename. This allows us to use tags to filter for files
with a common basename instead of searching with globs in the filename
field. This should be more performant and easier to read.

Change-Id: I8fe36c56309ea851afd63f08f65583008fa4857f
2014-03-28 12:37:12 -07:00
Sean Dague af592d9cde restrict all queries to the relevant file
clean up 4 queries which were matching across the entire e-r index
and instead restrict them to the files where they results were
actually found. This will hopefully adjust the load on the ES
cluster.

Change-Id: Ic999039d5f896f632987fcb87f3a3469596972ed
2014-02-11 18:17:59 -05:00
Russell Bryant 6a324873d1 Add query for bug 1273292
This bug is a split-out of bug 1254890.  This bug originally covered
waiting for instances to be ACTIVE, as well as waiting on volumes to be
available or in-use.  The new bug splits out the volume ones into a new
bug.

Related-bug: #1273292
Related-bug: #1254890
Change-Id: Ib1df822e07354be4c7f2623be2859d0e9149613f
2014-01-27 11:14:34 -05:00
Salvatore Orlando 90d9be5ff6 Add query for bug 1254890
Change-Id: I29b28bfdbd0d13e8f0c6503b114756e51448dcbf
2013-12-18 06:13:14 -08:00