[ 
https://issues.apache.org/jira/browse/HADOOP-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668738#action_12668738
 ] 

Ramya R commented on HADOOP-5114:
---------------------------------

I ran all the tests after applying the patch. The number of failing tests has 
reduced drastically. But a few tests still continue to fail.
Below is the list of failing tests after applying the patch. I have attached 
logs as well for some of the failing tests:

* org.apache.hadoop.fs.TestTrash.testTrash, 
org.apache.hadoop.fs.TestTrash.testNonDefaultFS
Output:
2009-01-29 15:01:20,243 WARN  fs.Trash (Trash.java:moveToTrash(125)) - Can't 
create trash directory: file 
:/$HADOOP_HOME/build/test/data/testTrash/.Trash/Current/$HADOOP_HOME/build/test/data/testTrash/test/mkdirs
Deleted file :/$HADOOP_HOME/build/test/data/testTrash/test/mkdirs/myFile
2009-01-29 15:01:20,399 WARN  fs.Trash (Trash.java:moveToTrash(125)) - Can't 
create trash directory: file 
:/$HADOOP_HOME/build/test/data/testTrash/.Trash/Current/$HADOOP_HOME/build/test/data/testTrash

* org.apache.hadoop.hdfs.TestDFSRollback.testRollback 
Stacktrace:
java.io.IOException: Cannot lock storage $HADOOP_HOME\build\test\data\name1. 
The directory is already locked.

* org.apache.hadoop.hdfs.TestHDFSTrash.testNonDefaultFS - logs attached

* org.apache.hadoop.mapred.TestJobInProgress.testRunningTaskCount 
Stacktrace:
java.lang.IllegalArgumentException: Pathname 
/$HADOOP_HOME/build/test/data/jip-testing from 
$HADOOP_HOME/build/test/data/jip-testing is not a valid DFS filename.

* org.apache.hadoop.cli.TestCLI.testAll - log attached

* org.apache.hadoop.hdfs.TestHDFSServerPorts.testNameNodePorts, 
org.apache.hadoop.hdfs.TestHDFSServerPorts.testDataNodePorts, 
org.apache.hadoop.hdfs.TestHDFSServerPorts.testSecondaryNodePorts - log attached

* org.apache.hadoop.mapred.TestJobQueueInformation.testJobQueues 
Stacktrace:
java.lang.IllegalArgumentException: Pathname 
/$HADOOP_HOME/build/test/data/job-queue-info-testing/share from 
$HADOOP_HOME/build/test/data/job-queue-info-testing/share is not a valid DFS 
filename.

* org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts, 
org.apache.hadoop.mapred.TestMRServerPorts.testTaskTrackerPorts - log attached

* org.apache.hadoop.mapred.TestMiniMRDFSCaching.testWithDFS - log attached
Stacktrace:
junit.framework.AssertionFailedError: Archives not matching at 
org.apache.hadoop.mapred.TestMiniMRDFSCaching.testWithDFS(TestMiniMRDFSCaching.java:60)

* org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal - log attached
Stacktrace:
java.io.IOException: Job failed!

* org.apache.hadoop.mapreduce.TestMapReduceLocal.testWithLocal 
Stacktrace:
org.apache.hadoop.mapred.FileAlreadyExistsException: Output directory 
$HADOOP_HOME/build/test/data/out already exists

* org.apache.hadoop.security.authorize.TestServiceLevelAuthorization.testRefresh
Stacktrace:
org.apache.hadoop.ipc.RemoteException: 
org.apache.hadoop.security.authorize.AuthorizationException: 
java.security.AccessControlException: access denied 
ConnectionPermission(org.apache.hadoop.security.authorize.RefreshAuthorizationPolicyProtocol)


> A bunch of mapred unit tests are failing on Windows
> ---------------------------------------------------
>
>                 Key: HADOOP-5114
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5114
>             Project: Hadoop Core
>          Issue Type: Test
>          Components: mapred, test
>    Affects Versions: 0.18.3
>         Environment: Windows
>            Reporter: Ramya R
>            Assignee: Raghu Angadi
>            Priority: Minor
>             Fix For: 0.18.3
>
>         Attachments: HADOOP-5114.patch, tmp.log
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to