You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/11/06 21:01:33 UTC

[jira] [Created] (HBASE-12438) Add -Dsurefire.rerunFailingTestsCount=2 to patch build runs so flakies get rerun

stack created HBASE-12438:
-----------------------------

             Summary: Add  -Dsurefire.rerunFailingTestsCount=2 to patch build runs so flakies get rerun
                 Key: HBASE-12438
                 URL: https://issues.apache.org/jira/browse/HBASE-12438
             Project: HBase
          Issue Type: Task
          Components: test
            Reporter: stack
            Assignee: stack


Tripped over this config today:

 -Dsurefire.rerunFailingTestsCount=

I made a test fail, then pass, and I got this output:

{code}
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Flakes: 1
{code}

Notice the 'Flakes' addition on the far-right.

Let me enable this on hadoopqa builds. Hopefully will help make it so new contribs are not frightened off by flakies thinking their patch the cause.



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