[
https://issues.apache.org/jira/browse/HBASE-16669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15512489#comment-15512489
]
Hudson commented on HBASE-16669:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-Trunk_matrix #1651 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1651/])
HBASE-16669 Fix flakey TestAdmin1#testMergeRegions (jmhsieh: rev
055dde7dfc15ff3de66a78b621844ad6f8c68174)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin1.java
> fix flaky TestAdmin#testmergeRegions
> ------------------------------------
>
> Key: HBASE-16669
> URL: https://issues.apache.org/jira/browse/HBASE-16669
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-16669.v1.patch
>
>
> Recent test runs show that this test is failing with these error messages:
> {code}
> java.lang.AssertionError: expected:<2> but was:<3>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at
> org.apache.hadoop.hbase.client.TestAdmin1.testMergeRegions(TestAdmin1.java:1385)
> {code}
> or
> {code}
> java.lang.AssertionError: expected:<1> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at
> org.apache.hadoop.hbase.client.TestAdmin1.testMergeRegions(TestAdmin1.java:1394)
> {code}
> looking at the code this indicates that merge operation did not complete or
> didn't work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)