Comment 33 for bug 1258682

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to elastic-recheck (master)

Reviewed: https://review.openstack.org/65303
Committed: https://git.openstack.org/cgit/openstack-infra/elastic-recheck/commit/?id=a9377929df5f0bff3dd2c9667ee4f58ea95346b5
Submitter: Jenkins
Branch: master

commit a9377929df5f0bff3dd2c9667ee4f58ea95346b5
Author: Matt Riedemann <email address hidden>
Date: Tue Jan 7 08:17:40 2014 -0800

    Fix the e-r query for bug 1258682

    The query for bug 1258682 uses wildcards and that doesn't work since
    wildcard analysis is disabled by default in elasticsearch for
    performance reasons.

    Looking at the query again, filtering on build_name is probably not
    necessary and actually limits the number of hits where we see the bug.
    When removing the build_name filters, there are more hits and on
    different jobs, i.e. gate-rally-py26 and gate-heat-py27 start showing
    hits.

    Closes-Bug: #1266833
    Related-Bug: #1258682

    Change-Id: Ib9c3bd05592f40d1bea8f4428e8e8fb0776cdcce