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

Tajo QA commented on TAJO-2016:
-------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12776702/TAJO-2016.patch
  against master revision release-0.9.0-rc0-603-gb195911.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 4 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 14 new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-storage/tajo-storage-hdfs.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/899//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/899//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-hdfs.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/899//console

This message is automatically generated.

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

Reply via email to