You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wojciech (Jira)" <ji...@apache.org> on 2022/01/11 16:30:00 UTC

[jira] [Created] (SUREFIRE-1978) logging testcases to separate logs

Wojciech created SUREFIRE-1978:
----------------------------------

             Summary: logging testcases to separate logs
                 Key: SUREFIRE-1978
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1978
             Project: Maven Surefire
          Issue Type: New Feature
            Reporter: Wojciech


At this moment logs from testcases are in the file named after testsuite f.e:
{code:java}
target/surefire-reports/org.apache.hadoop.hdfs.server..diskbalancer.command.TestDiskBalancerCommand-output.txt{code}
It is no way to determine which log there is from which testcase. It would be useful to have separate log for separate testcase f.e:
{code:java}
target/surefire-reports/org.apache.hadoop.hdfs.server..diskbalancer.command.TestDiskBalancerCommand_testCancelCommand-output.txt{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)