HBASE-8069 TestHLog is dependent on the execution order

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1455363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbertozzi 2013-03-11 23:46:12 +00:00
parent 16c7c1e769
commit 20816c9d47
1 changed files with 3 additions and 0 deletions

View File

@ -487,6 +487,9 @@ public class TestHLog {
}
assertEquals(total, count);
reader.close();
// Reset the lease period
setLeasePeriod.invoke(cluster, new Object[]{new Long(60000), new Long(3600000)});
}
/**