On 2014-01-08 10:49:09 -0500 (-0500), Sean Dague wrote:
[...]
> what I discovered was that console.html was completely missing
> from the indexes for a some build_uuids.
[...]
Just to wrap up this thread, since most of the actual discussion
took place on IRC, this turned out to be a bug introduced
In trying to compute Elastic Recheck failure rates we basically need to
do the following:
a = get_baseline_all_jobs - """filename:"console.html" AND
(message:"Finished: FAILURE" OR message:"Finished: SUCCESS")"""
b = get_results_for_er_querie
a = a.groupby('build_uuid')
b = b.groupby('build_u