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


Can't run the test suite in background. Problem seems to be due to TestShell.

This works fine:
% mvn test -Dtest=TestShell -Dtest.output=true

But:
% mvn test -Dtest=TestShell -Dtest.output=true & 
or,
mvn test -Dtest=TestShell -Dtest.output=true >& test.log &

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