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:
parent
16c7c1e769
commit
20816c9d47
|
@ -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)});
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue