[
https://issues.apache.org/jira/browse/TAJO-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740546#comment-14740546
]
ASF GitHub Bot commented on TAJO-1813:
--------------------------------------
Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/749#discussion_r39259603
--- Diff: tajo-catalog/tajo-catalog-server/pom.xml ---
@@ -127,6 +127,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
+
<plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration>
+ <systemProperties>
+ <tajo.test>TRUE</tajo.test>
+ </systemProperties>
+ <additionalClasspathElements>
+
<additionalClasspathElement>/home/jihoon/다운로드/postgresql-9.4-1201.jdbc4.jar</additionalClasspathElement>
--- End diff --
It seems to be a mistake?
> Allow external catalog store for unit testing
> ---------------------------------------------
>
> Key: TAJO-1813
> URL: https://issues.apache.org/jira/browse/TAJO-1813
> Project: Tajo
> Issue Type: Task
> Components: Catalog
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.11.0
>
>
> Tajo supports various kinds of database systems for catalog. However, it is
> very difficult to test every function of catalog with them so far.
> One easy way for testing is to use unit testing. We can easily test each
> database system under various circumstances using existing tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)