Github user jinossy commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/362#discussion_r23909581
  
    --- Diff: tajo-core/pom.xml ---
    @@ -690,6 +696,37 @@
             </dependency>
           </dependencies>
         </profile>
    +    <profile>
    +      <id>parallel-test</id>
    +      <activation>
    +        <activeByDefault>false</activeByDefault>
    +      </activation>
    +      <build>
    +        <plugins>
    +          <plugin>
    +            <groupId>org.apache.maven.plugins</groupId>
    +            <artifactId>maven-surefire-plugin</artifactId>
    --- End diff --
    
    @ykrips 
    If reuseForks is false, integration test is too many restarted the testing 
cluster
    I've successfully ran the parallel execution with enabled reuseForks
    ```
    mvn clean install -Pparallel-test,hcatalog-0.12.0 -DLOG_LEVEL=WARN 
-Dmaven.fork.count=3
    ```


---
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 is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to