On Thu, Sep 27, 2012 at 6:53 PM, Vandana Ayyalasomayajula <[email protected]> wrote: > Hi All, > > I wanted to know if there is any existing list of transient unit test > failures for trunk and branch 0.4. > > Thanks > Vandana Ayyalasomayajula >
No official list. Here is how you would make one: Go here: https://builds.apache.org/job/HBase-TRUNK/ Click on the each of the failed builds along the left hand side (the ones w/ red dots). This'll show you summary for the build. At end it'll list failed tests (you may have to click test results in left hand margin). Look at last twenty builds (you could script it w/ wget or curl?). Keep a list of whats failed. Once you have a list, grep JIRA to see if an issue already open (if you are up for fixing a few flakey tests). Thanks Vandana, St.Ack
