Hi!

I've started getting lots of failures in DFS unit tests since updating to trunk revision 532317. I get the following warning while building:

[javac] /home/tahir/Desktop/Trunk/trunk/src/test/org/apache/hadoop/dfs/ClusterTestDFS.java:439: warning: [unchecked] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class [javac] randomDataGeneratorCtor = clazz.getConstructor(new Class[]{Long.TYPE});
    [javac]                                                       ^
    [javac] Note: Some input files use or override a deprecated API.


Also, TestCheckpoint fails after throwing the following exception several times:

[junit] java.lang.InterruptedException
[junit]     at java.lang.Object.wait(Native Method)
[junit]     at org.apache.hadoop.ipc.Server$Handler.run(Server.java:547)
[junit] 2007-04-25 16:50:27,622 INFO ipc.Server (Server.java:run(604)) - IPC Server handler 5 on 44474 caught: java.lang.InterruptedException

So what's happening?

--
Tahir Hashmi (Grid Dev)
Y!M: tn_hashmi
http://www.codemartial.org

Reply via email to