Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 6897 invoked from network); 9 Feb 2009 06:41:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 06:41:27 -0000 Received: (qmail 39400 invoked by uid 500); 9 Feb 2009 06:41:20 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 39356 invoked by uid 500); 9 Feb 2009 06:41:20 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 39345 invoked by uid 99); 9 Feb 2009 06:41:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 22:41:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 06:41:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADEE5234C4B3 for ; Sun, 8 Feb 2009 22:40:59 -0800 (PST) Message-ID: <1885964106.1234161659711.JavaMail.jira@brutus> Date: Sun, 8 Feb 2009 22:40:59 -0800 (PST) From: "Ramya R (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-5114) A bunch of mapred unit tests are failing on Windows In-Reply-To: <29920304.1232698139658.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671743#action_12671743 ] Ramya R commented on HADOOP-5114: --------------------------------- Thanks Raghu. Created HADOOP-5197 for a related issue. > 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.4 > > Attachments: HADOOP-5114-branch-18.patch, HADOOP-5114-branch-18.patch, HADOOP-5114-branch-18.patch, HADOOP-5114.patch, HADOOP-5114.patch, HADOOP-5114.patch, HADOOP-5114.patch, HADOOP-5114.patch, LOGS.zip, TEST-org.apache.hadoop.dfs.TestOverReplicatedBlocks.txt, 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 / from 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: > 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.