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

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

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/370

    TAJO-1324: Remove warehouse directory rewriting in Unit Test

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jinossy/tajo TAJO-1324

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/370.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #370
    
----
commit 9447e6c3dfcf809c0f3f8dee0b050dc02945e84b
Author: jhkim <[email protected]>
Date:   2015-02-02T14:01:23Z

    TAJO-1324: Remove warehouse directory rewriting in Unit Test

----


> Remove warehouse directory rewriting in Unit Test
> -------------------------------------------------
>
>                 Key: TAJO-1324
>                 URL: https://issues.apache.org/jira/browse/TAJO-1324
>             Project: Tajo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.10
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>             Fix For: 0.10
>
>
> Some unit test case is rewrite the warehouse directory. but It is unnecessary 
> operation and It affects the other test cases.
> {noformat}
> Results :
> Failed tests: 
>   
> TestCreateTable.testCreatedTableWithQuotedIdentifierAndVerifyPath:139->assertPathOfCreatedTable:111
>  expected:<hdfs://localhost:54973/tajo/warehouse/D6/OldTable> but 
> was:<hdfs://localhost:54973/tajo/D6/OldTable>
>   
> TestCreateTable.testCreatedTableJustCreatedAndVerifyPath:133->assertPathOfCreatedTable:111
>  expected:<hdfs://localhost:54973/tajo/warehouse/d5/old_table> but 
> was:<hdfs://localhost:54973/tajo/d5/old_table>
> Tests run: 1341, Failures: 2, Errors: 0, Skipped: 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to