Details
Description
A bunch of unit tests are consistently failing when run on Windows. Below are a list of unit tests which are failing and the corresponding exceptions thrown:
Exception: "java.net.ConnectException: Connection refused: no further information"
Failing tests:
- TestMiniMRMapRedDebugScript - testMapDebugScript
- TestNoDefaultsJobConf - testNoDefaults
- TestQueueManager - testAllEnabledACLForJobSubmission
- TestCompressedEmptyMapOutputs - testMapReduceSortWithCompressedEmptyMapOutputs
- TestJobInProgressListener - testJobQueueChanges
- TestKillCompletedJob - testKillCompJob
- TestMiniMRClasspath - testClassPath
- TestMiniMRDFSCaching - testWithDFS
- TestMiniMRWithDFSWithDistinctUsers - testDistinctUsers
- TestSetupAndCleanupFailure - testWithDFS
- TestDBJob - testRun
- TestMiniMRWithDFS - testWithDFS
- TestJobStatusPersistency - testNonPersistency
- TestSpecialCharactersInOutputPath - testJobWithDFS
- TestUserDefinedCounters - testMapReduceJob
- TestDelegatingInputFormat - testSplitting
- TestEmptyJobWithDFS - testEmptyJobWithDFS
- TestJavaSerialization - testMapReduceJob
- TestClusterMapReduceTestCase - testMapReduce
Exception: java.lang.IllegalArgumentException: Pathname /<path> from <path> is not a valid DFS filename.
Failing tests:
- TestJobInProgress - testRunningTaskCount
- TestJobQueueInformation - testJobQueues
- TestJobTrackerRestart - testJobTrackerRestart
Exception: java.io.IOException: Bad connect ack with firstBadLink 127.0.0.1:<port number>
Failing tests:
- TestJobSysDirWithDFS - testWithDFS
- TestJobInProgress - testPendingMapTaskCount
- TestMiniMRDFSSort - testMapReduceSort
Exception: junit.framework.AssertionFailedError
Failing tests:
- TestMRServerPorts - testJobTrackerPorts
- TestMRServerPorts - testTaskTrackerPorts
- TestMiniMRTaskTempDir - testTaskTempDir
Exception: java.io.IOException: Job failed!
Failing tests:
- TestMiniMRLocalFS - testWithLocal
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-4679 Datanode prints tons of log messages: Waiting for threadgroup to exit, active theads is XX
- Closed
-
HDFS-405 Several unit tests failing on Windows frequently
- Resolved
- relates to
-
HDFS-11 Tests fail on windows due to BindException.
- Resolved