elastic-recheck/tools
Sean Dague b60efa16d4 add a tool for determining unaccounted for rechecks
this is specifically not in cmd because this is designed as a
local spot checking tool only. However it's more useful in the er
repository than on my local disk.

builds a summary report of rechecks found in gerrit in the last 2
weeks, including how many had a bug, and how many had a bug we
don't know about.

Change-Id: I6a99a3bcec527652901c8aa3639926a8e4a518d5
2014-06-10 18:24:09 -04:00
..
README.rst add a tool for determining unaccounted for rechecks 2014-06-10 18:24:09 -04:00
unaccounted_rechecks.py add a tool for determining unaccounted for rechecks 2014-06-10 18:24:09 -04:00

README.rst

Elastic Recheck Useful Point Tools

These are useful point tools that are examples of using elastic recheck to get additionally useful information out of the system. Items in this directory do not have unit tests, intentionally. This is about useful examples, that are better shared than left on people's hard drives to get lost in the mists of time.

All tools should have a -h which explain what they do.