Repository: hbase Updated Branches: refs/heads/master 7b8cf37c3 -> dcd3e9abf
HBASE-18655 TestAsyncClusterAdminApi2 failing sometimes Signed-off-by: Michael Stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dcd3e9ab Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dcd3e9ab Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dcd3e9ab Branch: refs/heads/master Commit: dcd3e9abf45352457715ff3ad24ca35d1dd9f2c2 Parents: 7b8cf37 Author: Michael Stack <[email protected]> Authored: Tue Aug 22 16:20:51 2017 -0700 Committer: Michael Stack <[email protected]> Committed: Tue Aug 22 21:24:10 2017 -0700 ---------------------------------------------------------------------- .../org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/dcd3e9ab/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java index 16d97ba..5c7bfa3 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncClusterAdminApi2.java @@ -57,7 +57,7 @@ public class TestAsyncClusterAdminApi2 extends TestAsyncAdminBase { @Before public void setUp() throws Exception { - TEST_UTIL.startMiniCluster(2, 3); + TEST_UTIL.startMiniCluster(1, 3); ASYNC_CONN = ConnectionFactory.createAsyncConnection(TEST_UTIL.getConfiguration()).get(); admin = ASYNC_CONN.getAdmin(); }
