Github user jerrinot commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/147#discussion_r111679651
--- Diff:
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java
---
@@ -292,15 +293,15 @@ private FileOutputStream getOutputStream(
WrappedReportEntry testSetReportEntry
try
{
- return new FileOutputStream( reportFile );
+ return new BufferedOutputStream( new FileOutputStream(
reportFile ), 16 * 1024 );
--- End diff --
Is this relevant for this changeset? I agree the reporter should use either
directly the stream or the writer. However I see this as a separate problem.
I can have a look at it as well, but it appears rather tricky and I would
like to have it isolated from this very change. See this part:
https://github.com/jerrinot/maven-surefire/blob/b66b524a42d6cbc2b23225d72b67671d25d3fc05/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/StatelessXmlReporter.java#L442-L442
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]