You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "TezQA (JIRA)" <ji...@apache.org> on 2015/09/15 13:49:46 UTC

[jira] [Commented] (TEZ-2827) Increase timeout for TestFetcher testInputAttemptIdentifierMap

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

TezQA commented on TEZ-2827:
----------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12755961/TEZ-2827.1.patch
  against master revision d93bdc7.

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

    {color:green}+1 tests included{color}.  The patch appears to include 2 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}.  There were no new javadoc warning messages.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new Findbugs (version 3.0.1) 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 .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/1139//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1139//console

This message is automatically generated.

> Increase timeout for TestFetcher testInputAttemptIdentifierMap
> --------------------------------------------------------------
>
>                 Key: TEZ-2827
>                 URL: https://issues.apache.org/jira/browse/TEZ-2827
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>            Priority: Minor
>         Attachments: TEZ-2827.1.patch
>
>
> {noformat}
> java.lang.Exception: test timed out after 1000 milliseconds
> 	at java.util.ArrayList.<init>(ArrayList.java:144)
> 	at org.mockito.cglib.proxy.Enhancer.emitMethods(Enhancer.java:895)
> 	at org.mockito.cglib.proxy.Enhancer.generateClass(Enhancer.java:499)
> 	at org.mockito.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
> 	at org.mockito.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:217)
> 	at org.mockito.cglib.proxy.Enhancer.createHelper(Enhancer.java:378)
> 	at org.mockito.cglib.proxy.Enhancer.createClass(Enhancer.java:318)
> 	at org.mockito.internal.creation.jmock.ClassImposterizer.createProxyClass(ClassImposterizer.java:124)
> 	at org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:60)
> 	at org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:52)
> 	at org.mockito.internal.creation.CglibMockMaker.createMock(CglibMockMaker.java:24)
> 	at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:32)
> 	at org.mockito.internal.MockitoCore.mock(MockitoCore.java:59)
> 	at org.mockito.Mockito.spy(Mockito.java:1341)
> 	at org.apache.tez.runtime.library.common.shuffle.TestFetcher.testInputAttemptIdentifierMap(TestFetcher.java:278)
> {noformat}
> Works fine in local environment. But times out in precommit env at times.



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