[
https://issues.apache.org/jira/browse/TEZ-3947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498522#comment-16498522
]
TezQA commented on TEZ-3947:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12926137/TEZ-3947.2.patch
against master revision cf0302c.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 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.test.TestSecureShuffle
org.apache.tez.tests.TestExternalTezServicesErrors
org.apache.tez.tests.TestExternalTezServices
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2820//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2820//console
This message is automatically generated.
> TestATSHistoryWithACLs fails with Hadoop3 and Jersey 1.19
> ---------------------------------------------------------
>
> Key: TEZ-3947
> URL: https://issues.apache.org/jira/browse/TEZ-3947
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Eric Wohlstadter
> Assignee: Eric Wohlstadter
> Priority: Major
> Attachments: TEZ-3947.1.patch, TEZ-3947.2.patch
>
>
> Without upgrading to Jersey 1.19, was running into NoSuchMethodError.
> After adding the upgrade to Jersey 1.19, I hit this change in behavior:
> {code}
> java.lang.AssertionError: expected:<application/json> but
> was:<application/json; charset=utf-8>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs.testDagLoggingEnabled(TestATSHistoryWithACLs.java:461)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)