You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/07/07 14:53:50 UTC

[jira] Assigned: (HBASE-2815) not able to run the test suite in background because TestShell gets suspended on tty output

     [ https://issues.apache.org/jira/browse/HBASE-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-2815:
----------------------------

    Assignee: Alexey Kovyrin

Any chance of your taking a look at this one?

> 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
>
> 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.