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.