Jira: https://issues.apache.org/jira/browse/TEZ-2591
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/885/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 2273 lines...]
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12743817/TEZ-2591.2.patch
against master revision cb59851.
{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}. 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:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.dag.library.vertexmanager.TestShuffleVertexManager
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/885//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/885//console
This message is automatically generated.
======================================================================
======================================================================
Adding comment to Jira.
======================================================================
======================================================================
Comment added.
a94f6b82843f8f6c7b7e94009817b28870bfd94d logged out
======================================================================
======================================================================
Finished build.
======================================================================
======================================================================
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to PreCommit-TEZ-Build #879
Archived 47 artifacts
Archive block size is 32768
Received 6 blocks and 2680907 bytes
Compression is 6.8%
Took 0.77 sec
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
###################################################################################
############################## FAILED TESTS (if any)
##############################
1 tests failed.
REGRESSION:
org.apache.tez.dag.library.vertexmanager.TestShuffleVertexManager.testShuffleVertexManagerAutoParallelism
Error Message:
org.apache.tez.dag.library.vertexmanager.ShuffleVertexManager$CustomShuffleEdgeManager
cannot be cast to org.apache.tez.dag.api.EdgeManagerPlugin
Stack Trace:
java.lang.ClassCastException:
org.apache.tez.dag.library.vertexmanager.ShuffleVertexManager$CustomShuffleEdgeManager
cannot be cast to org.apache.tez.dag.api.EdgeManagerPlugin
at
org.apache.tez.dag.library.vertexmanager.TestShuffleVertexManager$2.answer(TestShuffleVertexManager.java:204)
at
org.mockito.internal.stubbing.StubbedInvocationMatcher.answer(StubbedInvocationMatcher.java:34)
at
org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:91)
at
org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29)
at
org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38)
at
org.mockito.internal.creation.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:61)
at
org.apache.tez.dag.api.VertexManagerPluginContext$$EnhancerByMockitoWithCGLIB$$d8aa414e.reconfigureVertex(<generated>)
at
org.apache.tez.dag.library.vertexmanager.ShuffleVertexManager.determineParallelismAndApply(ShuffleVertexManager.java:576)
at
org.apache.tez.dag.library.vertexmanager.TestShuffleVertexManager.testShuffleVertexManagerAutoParallelism(TestShuffleVertexManager.java:322)