[
https://issues.apache.org/jira/browse/HADOOP-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696472#action_12696472
]
Ramya R commented on HADOOP-5197:
---------------------------------
The number of unit test failures on Windows have decreased from the time it was
reported due to many code changes. Hence updating the issue with the latest
test failures
* java.io.IOException
** org.apache.hadoop.fs.TestDFVariations.testOSParsing
** org.apache.hadoop.mapred.TestMiniMRLocalFS.testWithLocal
* java.lang.IllegalArgumentException
** org.apache.hadoop.mapred.TestJobQueueInformation.testJobQueues
** org.apache.hadoop.mapred.TestJobTrackerRestart.testJobTrackerRestart
* junit.framework.AssertionFailedError
** org.apache.hadoop.hdfs.TestHDFSServerPorts.testDataNodePorts
** org.apache.hadoop.hdfs.TestHDFSServerPorts.testNameNodePorts
** org.apache.hadoop.hdfs.TestHDFSServerPorts.testSecondaryNodePorts
** org.apache.hadoop.hdfs.TestHDFSTrash.testNonDefaultFS
** org.apache.hadoop.mapred.TestMRServerPorts.testJobTrackerPorts
** org.apache.hadoop.mapred.TestMRServerPorts.testTaskTrackerPorts
** org.apache.hadoop.mapred.TestMiniMRDFSCaching.testWithDFS
** org.apache.hadoop.cli.TestCLI.testAll
** org.apache.hadoop.fs.TestTrash.testTrash
** org.apache.hadoop.fs.TestTrash.testNonDefaultFS
* Timeout
** org.apache.hadoop.mapred.TestJobDirCleanup.testJobDirCleanup
** org.apache.hadoop.mapred.TestJobInProgress.testPendingMapTaskCount
** org.apache.hadoop.mapred.TestLostTracker.testLostTracker
** org.apache.hadoop.mapred.TestMiniMRClasspath.testClassPath
** org.apache.hadoop.mapred.TestMiniMRDFSSort.testMapReduceSort
** org.apache.hadoop.mapreduce.TestMapReduceLazyOutput.testLazyOutput
**
org.apache.hadoop.security.authorize.TestServiceLevelAuthorization.testServiceLevelAuthorization
**
org.apache.hadoop.mapred.TestCompressedEmptyMapOutputs.testMapReduceSortWithCompressedEmptyMapOutputs
** org.apache.hadoop.mapred.TestLazyOutput.testLazyOutput
** org.apache.hadoop.mapred.TestTaskLimits.testTaskLimits
Most of the above tests fail consistently and very few fail intermittently.
> Several unit tests failing on Windows frequently
> ------------------------------------------------
>
> Key: HADOOP-5197
> URL: https://issues.apache.org/jira/browse/HADOOP-5197
> Project: Hadoop Core
> Issue Type: Test
> Components: conf, dfs, fs, mapred, security, test
> Affects Versions: 0.21.0
> Environment: Windows
> Reporter: Ramya R
> Priority: Minor
> Fix For: 0.21.0
>
>
> This issue is similar to HADOOP-5114. A huge number of unit tests are failing
> on Windows on branch > 18 consistently. 0.21 is showing the maximum number of
> failures. Failures on other branches are a subset of failures observed in
> 0.21. Below is the list of failures observed on 0.21.
> * java.io.IOException: Job failed!
> ** TestJobName - testComplexNameWithRegex
> ** TestJobStatusPersistency - testNonPersistency, testPersistency
> ** TestJobSysDirWithDFS - testWithDFS
> ** TestKillCompletedJob - testKillCompJob
> ** TestMiniMRClasspath - testClassPath, testExternalWritable
> ** TestMiniMRDFSCaching - testWithDFS
> ** TestMiniMRDFSSort - testMapReduceSort, testMapReduceSortWithJvmReuse
> ** TestMiniMRLocalFS - testWithLocal
> ** TestMiniMRWithDFS - testWithDFS, testWithDFSWithDefaultPort
> ** TestMiniMRWithDFSWithDistinctUsers - testDistinctUsers
> ** TestMultipleLevelCaching - testMultiLevelCaching
> ** TestQueueManager - testAllEnabledACLForJobSubmission,
> testEnabledACLForNonDefaultQueue, testUserEnabledACLForJobSubmission,
> testGroupsEnabledACLForJobSubmission
> ** TestRackAwareTaskPlacement - testTaskPlacement
> ** TestReduceFetch - testReduceFromDisk, testReduceFromPartialMem,
> testReduceFromMem
> ** TestSpecialCharactersInOutputPath - testJobWithDFS
> ** TestTTMemoryReporting - testDefaultMemoryValues, testConfiguredMemoryValues
> ** TestTrackerBlacklistAcrossJobs - testBlacklistAcrossJobs
> ** TestUserDefinedCounters - testMapReduceJob
> ** TestDBJob - testRun
> ** TestServiceLevelAuthorization - testServiceLevelAuthorization
> ** TestNoDefaultsJobConf - testNoDefaults
> ** TestBadRecords - testBadMapRed
> ** TestClusterMRNotification - testMR
> ** TestClusterMapReduceTestCase - testMapReduce, testMapReduceRestarting
> ** TestCommandLineJobSubmission - testJobShell
> ** TestCompressedEmptyMapOutputs -
> testMapReduceSortWithCompressedEmptyMapOutputs
> ** TestCustomOutputCommitter - testCommitter
> ** TestJavaSerialization - testMapReduceJob, testWriteToSequencefile
> ** TestJobClient - testGetCounter, testJobList, testChangingJobPriority
> ** TestJobName - testComplexName
> * java.lang.IllegalArgumentException: Pathname /<path> from C<path> is not a
> valid DFS filename.
> ** TestJobQueueInformation - testJobQueues
> ** TestJobInProgress - testRunningTaskCount
> ** TestJobTrackerRestart - testJobTrackerRestart
> * Timeout
> ** TestKillSubProcesses - testJobKill
> ** TestMiniMRMapRedDebugScript - testMapDebugScript
> ** TestControlledMapReduceJob - testControlledMapReduceJob
> ** TestJobInProgressListener - testJobQueueChanges
> ** TestJobKillAndFail - testJobFailAndKill
> * junit.framework.AssertionFailedError
> ** TestMRServerPorts - testJobTrackerPorts, testTaskTrackerPorts
> ** TestMiniMRTaskTempDir - testTaskTempDir
> ** TestTaskFail - testWithDFS
> ** TestTaskLimits - testTaskLimits
> ** TestMapReduceLocal - testWithLocal
> ** TestCLI - testAll
> ** TestHarFileSystem - testArchives
> ** TestTrash - testTrash, testNonDefaultFS
> ** TestHDFSServerPorts - testNameNodePorts, testDataNodePorts,
> testSecondaryNodePorts
> ** TestHDFSTrash - testNonDefaultFS
> ** TestFileOutputFormat - testCustomFile
> * org.apache.hadoop.ipc.RemoteException:
> org.apache.hadoop.security.authorize.AuthorizationException:
> java.security.AccessControlException: access denied
> ConnectionPermission(org.apache.hadoop.security.authorize.RefreshAuthorizationPolicyProtocol)
> ** TestServiceLevelAuthorization - testRefresh
> * junit.framework.ComparisonFailure
> ** TestDistCh - testDistCh
> * java.io.FileNotFoundException
> ** TestCopyFiles - testMapCount
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.