[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-09-13 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/45 --- 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: Exceptional parallel execution on @No...

2014-08-26 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/45 Exceptional parallel execution on @NotThreadSafe type. We want to execute tests in parallel. In some cases some tests want to be executed in a single Thread instance. For instance I

[GitHub] maven-surefire pull request: Exceptional parallel execution on @No...

2014-08-26 Thread Tibor17
Github user Tibor17 closed the pull request at: https://github.com/apache/maven-surefire/pull/43 --- 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: Exceptional parallel execution on @No...

2014-08-12 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/43 Exceptional parallel execution on @NotThreadSafe type. We want to execute tests in parallel. In some cases some tests want to be executed in a single Thread instance. For instance I