git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@529380 13f79535-47bb-0310-9956-ffa450edef68
@@ -207,6 +207,10 @@ Trunk (unreleased changes)
62. HADOOP-1250. Move a chmod utility from streaming to FileUtil.
(omalley via cutting)
+63. HADOOP-1258. Fix TestCheckpoint test case to wait for
+ MiniDFSCluster to be active. (Nigel Daley via tomwhite)
+
Release 0.12.3 - 2007-04-06
1. HADOOP-1162. Fix bug in record CSV and XML serialization of
@@ -306,6 +306,7 @@ public class TestCheckpoint extends TestCase {
// file1 does not exist.
//
cluster = new MiniDFSCluster(conf, numDatanodes, false, null);
+ cluster.waitActive();
fileSys = cluster.getFileSystem();
assertTrue(!fileSys.exists(file1));