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)