You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "zabetak (via GitHub)" <gi...@apache.org> on 2024/02/05 12:18:34 UTC

Re: [PR] [SUREFIRE-1934] Ability to disable system-out/system-err for successfuly passed tests. [maven-surefire]

zabetak commented on PR #670:
URL: https://github.com/apache/maven-surefire/pull/670#issuecomment-1926867704

   Hey @michael-o, according to [a previous comment](https://github.com/apache/maven-surefire/pull/670#issuecomment-1863815281) it seems that the intention of @NissMoony was to provide an option for suppressing all output (irrespective of the type of the result) from the XML report.
   
   For our use-case (Apache Hive), I think that disabling all output from the **XML report** is sufficient to move our upgrade further assuming that `redirectTestOutputToFile` option works as before and will still send the STDOUT to a file irrespective of the the changes introduced by this PR.
   
   Having more fine grained configurations (e.g., only apply this on successful/failed tests) may be a nice to have feature but not a strong requirement from our side at this point. We all understand that complex configurations are hard to maintain.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org