[GitHub] maven-surefire issue #147: Reporters use buffers to reduce number of I/O ope...

2017-04-16 Thread jerrinot
Github user jerrinot commented on the issue: https://github.com/apache/maven-surefire/pull/147 @Tibor17: excellent, many thanks for a quick fix! Do you have an expected release date for 2.20.1 ? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] maven-surefire pull request #147: Reporters use buffers to reduce number of ...

2017-04-16 Thread jerrinot
Github user jerrinot closed the pull request at: https://github.com/apache/maven-surefire/pull/147 --- 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

[GitHub] maven-surefire pull request #147: Reporters use buffers to reduce number of ...

2017-04-16 Thread jerrinot
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

[GitHub] maven-surefire issue #147: Reporters use buffers to reduce number of I/O ope...

2017-04-16 Thread jerrinot
Github user jerrinot commented on the issue: https://github.com/apache/maven-surefire/pull/147 @Tibor17: thanks a lot for a quick review, I updated the PR. --- 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

[GitHub] maven-surefire pull request #147: Reporters use buffers to reduce number of ...

2017-04-16 Thread jerrinot
Github user jerrinot commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/147#discussion_r111679608 --- Diff: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/report/ConsoleOutputFileReporter.java --- @@ -91,7 +93,7 @@ public

[GitHub] maven-surefire issue #147: Reporters uses buffers to reduce number of I/O op...

2017-04-14 Thread jerrinot
Github user jerrinot commented on the issue: https://github.com/apache/maven-surefire/pull/147 I've got a failure in the [Surefire1295AttributeJvmCrashesToTestsIT](https://github.com/jerrinot/maven-surefire/blob/93d3f8a9e41a334a5e1dacdb511e5d6596f04162/surefire-integration-test

[GitHub] maven-surefire pull request #147: Reporters uses buffers to reduce number of...

2017-04-14 Thread jerrinot
GitHub user jerrinot opened a pull request: https://github.com/apache/maven-surefire/pull/147 Reporters uses buffers to reduce number of I/O operations Fixes SUREFIRE-1362 and SUREFIRE-1361 Also adds buffering to FileReporter. You can merge this pull request into a Git