|
@@ -79,7 +79,6 @@ import org.apache.hadoop.security.UserGroupInformation;
|
|
|
import org.apache.hadoop.test.GenericTestUtils;
|
|
|
import org.apache.hadoop.util.Time;
|
|
|
import org.apache.log4j.Level;
|
|
|
-import org.junit.Ignore;
|
|
|
import org.junit.Test;
|
|
|
|
|
|
/**
|
|
@@ -585,12 +584,9 @@ public class TestFileCreation {
|
|
|
|
|
|
/**
|
|
|
* Test that file leases are persisted across namenode restarts.
|
|
|
- * This test is currently not triggered because more HDFS work is
|
|
|
- * is needed to handle persistent leases.
|
|
|
*/
|
|
|
- @Ignore
|
|
|
@Test
|
|
|
- public void xxxtestFileCreationNamenodeRestart() throws IOException {
|
|
|
+ public void testFileCreationNamenodeRestart() throws IOException {
|
|
|
Configuration conf = new HdfsConfiguration();
|
|
|
final int MAX_IDLE_TIME = 2000; // 2s
|
|
|
conf.setInt("ipc.client.connection.maxidletime", MAX_IDLE_TIME);
|