You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/09/06 00:18:45 UTC

[jira] [Created] (HBASE-14372) test-patch doesn't properly account for flakey tests

Sean Busbey created HBASE-14372:
-----------------------------------

             Summary: test-patch doesn't properly account for flakey tests
                 Key: HBASE-14372
                 URL: https://issues.apache.org/jira/browse/HBASE-14372
             Project: HBase
          Issue Type: Bug
          Components: build
            Reporter: Sean Busbey


we use the surefire plugin to rerun failing tests to check for flakeys. if a flakey test fails once and then succeeds we get a vote that looks like this:

{code}

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
{code}

(note the lack of any listed tests)

looking back at the actual run we can see:

{code}


Flaked tests: 
org.apache.hadoop.hbase.util.TestHBaseFsck.testSplitDaughtersNotInMeta(org.apache.hadoop.hbase.util.TestHBaseFsck)
  Run 1: TestHBaseFsck.testSplitDaughtersNotInMeta:1771 null
  Run 2: PASS


Tests run: 2642, Failures: 0, Errors: 0, Skipped: 17, Flakes: 1

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)