Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 61591 invoked from network); 10 May 2008 00:08:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 May 2008 00:08:18 -0000 Received: (qmail 16011 invoked by uid 500); 10 May 2008 00:08:18 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 15984 invoked by uid 500); 10 May 2008 00:08:18 -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 15972 invoked by uid 99); 10 May 2008 00:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 17:08:18 -0700 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; Sat, 10 May 2008 00:07:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9170E234C107 for ; Fri, 9 May 2008 17:07:55 -0700 (PDT) Message-ID: <847689275.1210378075581.JavaMail.jira@brutus> Date: Fri, 9 May 2008 17:07:55 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3372) TestUlimit fails on LINUX In-Reply-To: <1406990221.1210366916470.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-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-3372: ---------------------------------- Attachment: HADOOP-3372_0_20080509.patch Patch which fixes TestUlimit by reducing the 'maxMemory' of the src/contrib's junit tests, and ensures that it is respected by StreamUtil.makeJavaCommand (which has been broken for a long while...). I had to also fix TestStreamingExitStatus which has an unnecessary 'tearDown' which occassionally fails; removed it completely. > TestUlimit fails on LINUX > ------------------------- > > Key: HADOOP-3372 > URL: https://issues.apache.org/jira/browse/HADOOP-3372 > Project: Hadoop Core > Issue Type: Bug > Affects Versions: 0.17.0 > Environment: LINUX > Reporter: lohit vijayarenu > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.17.0 > > Attachments: HADOOP-3372_0_20080509.patch > > > Looks like TestUlimit fails on Linux > {noformat} > Testcase: testCommandLine took 26.607 sec > FAILED > output is wrong expected:<786432> but was: Could not reserve enough space for object heap> > junit.framework.ComparisonFailure: output is wrong expected:<786432> but was: Could not reserve enough space for object heap> > at org.apache.hadoop.streaming.TestUlimit.runProgram(TestUlimit.java:120) > at org.apache.hadoop.streaming.TestUlimit.testCommandLine(TestUlimit.java:90) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.