You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/07/07 01:03:48 UTC

[jira] [Created] (HBASE-8887) TestAdmin#testForceSplitMultiFamily fails intermittently

Ted Yu created HBASE-8887:
-----------------------------

             Summary: TestAdmin#testForceSplitMultiFamily fails intermittently
                 Key: HBASE-8887
                 URL: https://issues.apache.org/jira/browse/HBASE-8887
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


>From https://builds.apache.org/job/HBase-TRUNK/4222/testReport/org.apache.hadoop.hbase.client/TestAdmin/testForceSplitMultiFamily/,
{code}
java.lang.AssertionError
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.hadoop.hbase.client.TestAdmin.splitTest(TestAdmin.java:1044)
	at org.apache.hadoop.hbase.client.TestAdmin.testForceSplitMultiFamily(TestAdmin.java:928)
{code}
the assertion below failed:
{code}
          assertTrue(delta >= deltaForLargestFamily);
{code}
I think the assertion above should include delta as well as deltaForLargestFamily

--
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