[
https://issues.apache.org/jira/browse/HBASE-3104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-3104.
--------------------------
Resolution: Fixed
Committed.
{code}
Index: src/test/java/org/apache/hadoop/hbase/TestMultiClusters.java
===================================================================
--- src/test/java/org/apache/hadoop/hbase/TestMultiClusters.java
(revision 1021800)
+++ src/test/java/org/apache/hadoop/hbase/TestMultiClusters.java
(working copy)
@@ -25,6 +25,7 @@
import org.apache.hadoop.hbase.client.Put;
import org.apache.hadoop.hbase.client.Result;
import org.apache.hadoop.hbase.util.Bytes;
+import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
@@ -46,7 +47,10 @@
* what we insert in one place doesn't end up in the other.
* @throws Exception
*/
- @Test (timeout=100000)
+ // Ignore this test. HTU needs work so can have two clusters running in
+ // the one test. Each HTU minicluster needs to run as a different user so
+ // the shutdown will run cleanly. St.Ack 20101012
+ @Ignore @Test (timeout=100000)
public void twoClusters() throws Exception{
Configuration conf1 = HBaseConfiguration.create();
// Different path for different clusters
{code}
> Disable TestMultiClusters; it doesn't really test anything and
> HBaseTestingUtility needs more work for this to pass anyways
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-3104
> URL: https://issues.apache.org/jira/browse/HBASE-3104
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.90.0
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.