[
https://issues.apache.org/jira/browse/TAJO-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299524#comment-14299524
]
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_r23884526
--- 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 --
Sorry for the confusion. I was test successfully with TAJO-1322, TAJO-1323
on surefire-2.18.1
> 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)