You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/12/21 18:02:00 UTC

[jira] [Commented] (KNOX-1709) Allow tests to run in parallel

    [ https://issues.apache.org/jira/browse/KNOX-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726944#comment-16726944 ] 

Kevin Risden commented on KNOX-1709:
------------------------------------

Relevant section from gateway-test/pom.xml

{code:java}
<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <forkCount>1</forkCount>
                    <reuseForks>false</reuseForks>
                    <systemPropertyVariables>
                        <project.version>${project.version}</project.version>
                    </systemPropertyVariables>
                </configuration>
            </plugin>
{code}


> Allow tests to run in parallel
> ------------------------------
>
>                 Key: KNOX-1709
>                 URL: https://issues.apache.org/jira/browse/KNOX-1709
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Kevin Risden
>            Priority: Major
>             Fix For: 1.3.0
>
>
> Currently the test framework forces tests to run one at a time in a new JVM. We should improve that so the tests don't take forever and a day. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)