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 2019/07/25 17:40:00 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-14372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved HBASE-14372.
---------------------------------
    Resolution: Invalid

I believe this got dealt with in Yetus.

> 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
>            Priority: Major
>
> 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
(v7.6.14#76016)