You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/10 03:04:11 UTC

[jira] [Commented] (TAJO-2016) Investigate storage tests hangs

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

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

GitHub user jinossy opened a pull request:

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

    TAJO-2016: Investigate storage tests hangs.

    

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

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

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

    https://github.com/apache/tajo/pull/906.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 #906
    
----
commit d02654423286a698c7b7002f68c4fedcf1e88e85
Author: Jinho Kim <jh...@apache.org>
Date:   2015-12-10T02:00:10Z

    TAJO-2016: Investigate storage tests hangs.

----


> Investigate storage tests hangs
> -------------------------------
>
>                 Key: TAJO-2016
>                 URL: https://issues.apache.org/jira/browse/TAJO-2016
>             Project: Tajo
>          Issue Type: Bug
>          Components: Unit Test
>    Affects Versions: 0.11.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>            Priority: Minor
>             Fix For: 0.12.0, 0.11.1
>
>         Attachments: TAJO-2016.patch
>
>
> The storage tests with MiniDFSCluster fails occasionally.
>  I'm not exactly sure. but it causes at shutdown
> {noformat}
> Tests run: 5, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 241.109 sec <<< FAILURE! - in org.apache.tajo.storage.TestFileTablespace
> testGetSplit(org.apache.tajo.storage.TestFileTablespace)  Time elapsed: 60.139 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
> 	at org.apache.tajo.storage.TestFileTablespace.testGetSplit(TestFileTablespace.java:157)
> testGetSplitWithBlockStorageLocationsBatching(org.apache.tajo.storage.TestFileTablespace)  Time elapsed: 60.13 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
> 	at org.apache.tajo.storage.TestFileTablespace.testGetSplitWithBlockStorageLocationsBatching(TestFileTablespace.java:257)
> testZeroLengthSplit(org.apache.tajo.storage.TestFileTablespace)  Time elapsed: 60.308 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
> 	at org.apache.tajo.storage.TestFileTablespace.testZeroLengthSplit(TestFileTablespace.java:206)
> testGetFileTablespace(org.apache.tajo.storage.TestFileTablespace)  Time elapsed: 60.247 sec  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
> 	at org.apache.tajo.storage.TestFileTablespace.testGetFileTablespace(TestFileTablespace.java:291)
> {noformat}



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