Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 61450 invoked from network); 23 Jan 2009 08:09:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2009 08:09:29 -0000 Received: (qmail 34149 invoked by uid 500); 23 Jan 2009 08:09:22 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 34112 invoked by uid 500); 23 Jan 2009 08:09:22 -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 34101 invoked by uid 99); 23 Jan 2009 08:09:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2009 00:09:22 -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; Fri, 23 Jan 2009 08:09:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A315B234C48B for ; Fri, 23 Jan 2009 00:08:59 -0800 (PST) Message-ID: <29920304.1232698139658.JavaMail.jira@brutus> Date: Fri, 23 Jan 2009 00:08:59 -0800 (PST) From: "Ramya R (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-5114) A bunch of mapred unit tests are failing on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.20.0 Environment: Windows Reporter: Ramya R Priority: Minor Fix For: 0.20.0 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.