Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 61.153 sec <<< FAILURE! - in org.apache.hadoop.hdfs.server.datanode.checker.TestThrottledAsyncChecker
testCancellation(org.apache.hadoop.hdfs.server.datanode.checker.TestThrottledAsyncChecker) Time elapsed: 60.033 sec <<< ERROR!
java.lang.Exception: test timed out after 60000 milliseconds
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:429)
at java.util.concurrent.FutureTask.get(FutureTask.java:191)
at org.apache.hadoop.hdfs.server.datanode.checker.TestThrottledAsyncChecker.testCancellation(TestThrottledAsyncChecker.java:114)