[ 
https://issues.apache.org/jira/browse/HBASE-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890992#action_12890992
 ] 

Alexey Kovyrin commented on HBASE-2815:
---------------------------------------

I've got some serious back problems and was pretty much away from the computer 
for a few weeks. Now I'm back and building the trunk to figure out this problem.

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

Reply via email to