[GitHub] maven-surefire pull request #122: Specify surefire temp directory for run in...

2016-11-01 Thread vaimr
Github user vaimr closed the pull request at: https://github.com/apache/maven-surefire/pull/122 --- 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

[GitHub] maven-surefire issue #122: Specify surefire temp directory for run in multip...

2016-10-30 Thread vaimr
Github user vaimr commented on the issue: https://github.com/apache/maven-surefire/pull/122 Thanks @Tibor17 ! --- 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

[GitHub] maven-surefire issue #122: Specify surefire temp directory for run in multip...

2016-10-29 Thread vaimr
Github user vaimr commented on the issue: https://github.com/apache/maven-surefire/pull/122 https://issues.apache.org/jira/browse/SUREFIRE-1297 --- 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

[GitHub] maven-surefire issue #122: Specify surefire temp directory for run in multip...

2016-10-23 Thread vaimr
Github user vaimr commented on the issue: https://github.com/apache/maven-surefire/pull/122 This fix does not affect the operation runOrder in normal mode, but it will change the directory to the storage of test results between runs, which will enable you to run multiple processes

[GitHub] maven-surefire issue #122: Specify surefire temp directory for run in multip...

2016-10-14 Thread vaimr
Github user vaimr commented on the issue: https://github.com/apache/maven-surefire/pull/122 I know this is param but between my builds not save workspace. Plus if usage -Dsurefire.includesFile arguments how it will work runOrder? It does not stop me, because I always clean

[GitHub] maven-surefire issue #122: Specify surefire temp directory for run in multip...

2016-10-13 Thread vaimr
Github user vaimr commented on the issue: https://github.com/apache/maven-surefire/pull/122 The problem is that no surefire stores information about the test execution time. I build tests in Jenkins pipeline script. He balances the tests by run-time, breaks it into several blocks

[GitHub] maven-surefire pull request #122: Specify surefire temp directory for run in...

2016-09-21 Thread vaimr
GitHub user vaimr opened a pull request: https://github.com/apache/maven-surefire/pull/122 Specify surefire temp directory for run in multiple processes Tests runed in multiple process use one temporary directory. Each process removed temporary directory after execute. For example