elastic-recheck/elastic_recheck/tests/unit
Sean Dague 7624203006 parse the failed jobs in stream
one of the big issues today with er is the amount the there is
coupling between the bot and the classifier about knowing when
jobs are ready. The impact of this is that we are often
incorrectly determining when jobs are ready, because we have this
small set of files we test for, that aren't right for various
jobs.

This is the beginning of decoupling that. By parsing the job names
that have failed in the jenkins failure message we can move all
the readiness checking into the Stream.

This commit adds the parsing and the unit tests, though it doesn't
actually change behavior to use it yet (next patch).

Change-Id: I54ffa3495a36c2d61b1824794a672c8f5552df54
2014-01-13 14:41:55 -05:00
..
jenkins parse the failed jobs in stream 2014-01-13 14:41:55 -05:00
queries move queries.yaml into a queries subdir 2013-12-02 11:43:00 -05:00
samples refactor templates into query_builder 2013-10-21 13:46:57 -04:00
__init__.py move queries.yaml into a queries subdir 2013-12-02 11:43:00 -05:00
test_classifier.py Ability to Soft Delete Stale Bugs from elastic-recheck 2013-12-10 16:52:16 -05:00
test_elastic_recheck.py move queries.yaml into a queries subdir 2013-12-02 11:43:00 -05:00
test_required_files.py time to grow up and fit in 80 columns 2013-12-02 11:43:51 -05:00
test_results.py move the graph generating code over to facets 2013-12-06 17:40:31 -05:00
test_stream.py parse the failed jobs in stream 2014-01-13 14:41:55 -05:00