You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/01/14 23:12:12 UTC

[jira] [Created] (HBASE-7560) TestCompactionState failures

Matteo Bertozzi created HBASE-7560:
--------------------------------------

             Summary: TestCompactionState failures
                 Key: HBASE-7560
                 URL: https://issues.apache.org/jira/browse/HBASE-7560
             Project: HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.94.4, 0.96.0
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi


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