You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Dénes Bodó (Jira)" <ji...@apache.org> on 2021/06/22 14:05:00 UTC

[jira] [Updated] (OOZIE-784) Parallellizing the tests to reduce the total running time

     [ https://issues.apache.org/jira/browse/OOZIE-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dénes Bodó updated OOZIE-784:
-----------------------------
    Issue Type: Improvement  (was: Bug)

> Parallellizing the tests to reduce the total running time 
> ----------------------------------------------------------
>
>                 Key: OOZIE-784
>                 URL: https://issues.apache.org/jira/browse/OOZIE-784
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Virag Kothari
>            Priority: Major
>
> With Junit4, maven plugin can be configured to run tests in parallel. This may reduce the time to run the testcases on the build server. 
> <build>
>     <plugins>
>     <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <version>2.7.1</version>
>         <configuration>
>                 <parallel>classes/methods</parallel>
>             <threadCount>5</threadCount>
> <perCoreThreadCount>2</perCoreThreadCount>
>         </configuration>
>     </plugin>
>     </plugins>
> </build>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)