[ 
https://issues.apache.org/jira/browse/HBASE-7560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562931#comment-13562931
 ] 

Ted Yu commented on HBASE-7560:
-------------------------------

The test still fails occasionally.
Recent one was in trunk build #3797:

  
testMinorCompactionOnFamily(org.apache.hadoop.hbase.regionserver.TestCompactionState):
 test timed out after 60000 milliseconds

                
> TestCompactionState failures
> ----------------------------
>
>                 Key: HBASE-7560
>                 URL: https://issues.apache.org/jira/browse/HBASE-7560
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.96.0, 0.94.4
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7560-v0.patch
>
>
> The TestCompactionState has a fixed waitTime for the compaction state, and on 
> a busy jenkins those tests fails.
> {code}
> java.lang.AssertionError: expected:<NONE> but was:<MAJOR>
>       at org.junit.Assert.fail(Assert.java:93)
>       at org.junit.Assert.failNotEquals(Assert.java:647)
>       at org.junit.Assert.assertEquals(Assert.java:128)
>       at org.junit.Assert.assertEquals(Assert.java:147)
>       at 
> org.apache.hadoop.hbase.regionserver.TestCompactionState.compaction(TestCompactionState.java:180)
>       at 
> org.apache.hadoop.hbase.regionserver.TestCompactionState.testMajorCompaction(TestCompactionState.java:63)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to