Filter JVM's challenge to connect to debugger and print it to console even if 
redirectTestOutputToFile == true.
---------------------------------------------------------------------------------------------------------------

                 Key: SUREFIRE-781
                 URL: https://jira.codehaus.org/browse/SUREFIRE-781
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Maven Surefire Plugin
    Affects Versions: 2.10
            Reporter: Ondrej Zizka


We have come to an interesting problem with Arquillian.
It starts a container instance from within the test.
If one wants to start the server in debug mode with server=y,suspend=y then the 
JVM's notice that it's waiting for the debugger to connect is not shown to user.
Instead, the test run looks like being stuck.
This is quite confusing, especially in complex continuous integration use cases.

I suggest to (optionally) filter test's output for these notices and print them 
to the console, even if redirectTestOutputToFile == true.

ConsoleOutputFileReporter#writeMessage( byte[] b, int off, int len ) could be 
adjusted for this purpose.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to