Author: stack
Date: Wed Feb 2 06:01:28 2011
New Revision: 1066335
URL: http://svn.apache.org/viewvc?rev=1066335&view=rev
Log:
Test fix for broke TestSplitTransactionOnCluster on hudson
Modified:
hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
Modified:
hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java?rev=1066335&r1=1066334&r2=1066335&view=diff
==============================================================================
---
hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
(original)
+++
hbase/trunk/src/test/java/org/apache/hadoop/hbase/regionserver/TestSplitTransactionOnCluster.java
Wed Feb 2 06:01:28 2011
@@ -60,6 +60,7 @@ public class TestSplitTransactionOnClust
new HBaseTestingUtility();
@BeforeClass public static void before() throws Exception {
+ TESTING_UTIL.getConfiguration().setInt("hbase.balancer.period", 60000);
TESTING_UTIL.startMiniCluster(2);
}
@@ -289,4 +290,4 @@ public class TestSplitTransactionOnClust
LOG.info(prefix + region.getRegionNameAsString());
}
}
-}
\ No newline at end of file
+}