Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 86272 invoked from network); 24 Jul 2010 07:28:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jul 2010 07:28:17 -0000 Received: (qmail 21369 invoked by uid 500); 24 Jul 2010 07:28:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20803 invoked by uid 500); 24 Jul 2010 07:28:16 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 20238 invoked by uid 99); 24 Jul 2010 07:28:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 07:28:15 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jul 2010 07:28:13 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6O7RpGq026434 for ; Sat, 24 Jul 2010 07:27:51 GMT Message-ID: <2516604.565961279956471299.JavaMail.jira@thor> Date: Sat, 24 Jul 2010 03:27:51 -0400 (EDT) From: "Kannan Muthukkaruppan (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-2815) not able to run the test suite in background because TestShell gets suspended on tty output In-Reply-To: <18720784.219811278440031403.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891949#action_12891949 ] Kannan Muthukkaruppan commented on HBASE-2815: ---------------------------------------------- @Jonathan: +1. It fixes the issue. Please go ahead and commit. > not able to run the test suite in background because TestShell gets suspended on tty output > ------------------------------------------------------------------------------------------- > > Key: HBASE-2815 > URL: https://issues.apache.org/jira/browse/HBASE-2815 > Project: HBase > Issue Type: Bug > Components: shell > Reporter: Kannan Muthukkaruppan > Assignee: Alexey Kovyrin > Attachments: HBASE-2815.patch > > > Can't run the test suite in background. Problem seems to be due to TestShell. > This works fine: > {code} > % mvn test -Dtest=TestShell -Dtest.output=true > {code} > But: > {code} > % mvn test -Dtest=TestShell -Dtest.output=true & > or, > % mvn test -Dtest=TestShell -Dtest.output=true >& test.log & > {code} > causes test to hang, and eventually timeout after 3600 seconds. > The process is reported as being suspended on tty output. > [3] + Suspended (tty output) mvn test -Dtest=TestShell -Dtest.output=true -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.