You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/07 04:25:35 UTC

[jira] [Created] (TAJO-393) Unit tests must use test-data directory.

Hyunsik Choi created TAJO-393:
---------------------------------

             Summary: Unit tests must use test-data directory.
                 Key: TAJO-393
                 URL: https://issues.apache.org/jira/browse/TAJO-393
             Project: Tajo
          Issue Type: Bug
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.8-incubating


Some unit tests use directories instead of test-data directory. It causes unit test failures in ASF jenkins.

{code}
2013-12-06 23:48:48,175 ERROR master.GlobalEngine (GlobalEngine.java:executeQuery(172)) - 
Stack Trace:
java.io.IOException: ERROR: file:///tmp/testDDLByExecuteQuery does not exist
	at org.apache.tajo.master.GlobalEngine.createTableOnPath(GlobalEngine.java:274)
	at org.apache.tajo.master.GlobalEngine.createTable(GlobalEngine.java:256)
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)