Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 358B5734B for ; Tue, 13 Sep 2011 01:25:32 +0000 (UTC) Received: (qmail 98083 invoked by uid 500); 13 Sep 2011 01:25:31 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 98024 invoked by uid 500); 13 Sep 2011 01:25:31 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 97760 invoked by uid 99); 13 Sep 2011 01:25:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 01:25:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 01:25:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 290CA9058C for ; Tue, 13 Sep 2011 01:25:10 +0000 (UTC) Date: Tue, 13 Sep 2011 01:25:10 +0000 (UTC) From: "Ahmed Radwan (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1896285384.20296.1315877110164.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MAPREDUCE-2992) TestLinuxTaskController is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 TestLinuxTaskController is broken --------------------------------- Key: MAPREDUCE-2992 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2992 Project: Hadoop Map/Reduce Issue Type: Bug Components: task-controller, test Reporter: Ahmed Radwan Priority: Minor The TestLinuxTaskController is broken in "branch-0.20-security": Exception message does not contain exit code22 junit.framework.AssertionFailedError: Exception message does not contain exit code22 at org.apache.hadoop.mapred.TestLinuxTaskController.validateTaskControllerSetup(TestLinuxTaskController.java:63) at org.apache.hadoop.mapred.TestLinuxTaskController.testTaskControllerGroup(TestLinuxTaskController.java:90) The test is not correctly picking the location of the task-cotroller executable. Also other changes are required (example: Check argc should be after checks for perms in task-controller/impl/main.ca, etc). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira