HBASE-1767 test zookeeper broken in trunk and 0.20 branch; broken on hudson too

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@805204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-08-17 23:17:18 +00:00
parent 33c03f67fa
commit 2ca35347f3
2 changed files with 3 additions and 3 deletions

View File

@ -339,6 +339,8 @@ Release 0.20.0 - Unreleased
"HRegionInfo was null or empty in .META" A.K.A the BS problem
HBASE-1738 Scanner doesnt reset when a snapshot is created, could miss
new updates into the 'kvset' (active part)
HBASE-1767 test zookeeper broken in trunk and 0.20 branch; broken on
hudson too
IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage

View File

@ -114,11 +114,9 @@ public class TestZooKeeper extends HBaseClusterTestCase {
connection.relocateRegion(HConstants.ROOT_TABLE_NAME, HConstants.EMPTY_BYTE_ARRAY);
}
/**
*
*/
public void testRegionServerSessionExpired() {
try {
this.conf.setBoolean("hbase.regionserver.restart.on.zk.expire", true);
new HTable(conf, HConstants.META_TABLE_NAME);
ZooKeeperWrapper zkw = new ZooKeeperWrapper(conf, EmptyWatcher.instance);