[
https://issues.apache.org/jira/browse/HBASE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880171#comment-13880171
]
Ted Yu commented on HBASE-10408:
--------------------------------
@Andy:
https://builds.apache.org/job/PreCommit-HBASE-Build/ is not accessible at the
moment.
I ran TestDistributedLogSplitting with patch on Linux 10 times and they passed.
Below is the tail of test output:
{code}
[INFO] HBase - Server .................................... SUCCESS [5:18.152s]
[INFO] HBase - Testing Util .............................. SUCCESS [0.718s]
[INFO] HBase - Thrift .................................... SUCCESS [0.802s]
[INFO] HBase - Shell ..................................... SUCCESS [0.548s]
[INFO] HBase - Integration Tests ......................... SUCCESS [0.518s]
[INFO] HBase - Examples .................................. SUCCESS [0.440s]
[INFO] HBase - Assembly .................................. SUCCESS [0.765s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:30.226s
[INFO] Finished at: Thu Jan 23 18:10:06 UTC 2014
{code}
> Intermittent TestDistributedLogSplitting#testLogReplayForDisablingTable
> failure
> -------------------------------------------------------------------------------
>
> Key: HBASE-10408
> URL: https://issues.apache.org/jira/browse/HBASE-10408
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10408-v1.txt,
> testDistributedLogSplitting-disablingTable.html
>
>
> Here was the assertion failure:
> {code} java.lang.AssertionError: expected:<1000> but was:<0> at
> org.junit.Assert.fail(Assert.java:88) at
> org.junit.Assert.failNotEquals(Assert.java:743) at
> org.junit.Assert.assertEquals(Assert.java:118) at
> org.junit.Assert.assertEquals(Assert.java:555) at
> org.junit.Assert.assertEquals(Assert.java:542) at
> org.apache.hadoop.hbase.master.TestDistributedLogSplitting.testLogReplayForDisablingTable(TestDistributedLogSplitting.java:838)
>
> {code}
> This was due to the loop starting around line 823 not picking up any edits
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)