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

ASF GitHub Bot commented on TAJO-1813:
--------------------------------------

Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/749#issuecomment-138809217
  
    This patch is only to test catalog.
    I've added two more unit tests, i.e., 
```TestCatalogAgainstCaseSensitivity``` and ```TestCatalogExceptions```. As 
shown in those names, one of them is to test catalog functionalities against 
text case sensitivity and the other is to test if catalog throws exceptions 
properly.
    I've verified every unit test of ```tajo-catalog-server``` with pgsql, 
mysql, mariadb, and derby.


> 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)

Reply via email to