[
https://issues.apache.org/jira/browse/TAJO-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14300950#comment-14300950
]
ASF GitHub Bot commented on TAJO-1317:
--------------------------------------
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
```
> Parallel Test Executions on Tajo Core Project
> ---------------------------------------------
>
> Key: TAJO-1317
> URL: https://issues.apache.org/jira/browse/TAJO-1317
> Project: Tajo
> Issue Type: Improvement
> Affects Versions: 0.10
> Reporter: Jihun Kang
> Assignee: Jihun Kang
> Priority: Minor
>
> Number of test-cases on Tajo core project has been increased, and its test
> time has always been increased as test-cases increased. Parallel test
> execution will be a good try to reduce test time, and test process uses less
> than 20 percentages of cpu time and we can use more.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)