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 2018/05/31 08:53:00 UTC

[jira] [Commented] (TEZ-3947) TestATSHistoryWithACLs fails with Hadoop3 and Jersey 1.19

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

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/12925870/TEZ-3947.1.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:red}-1 javac{color}.  The applied patch generated 27 javac compiler warnings (more than the master's current 26 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.tests.TestExternalTezServicesErrors
                  org.apache.tez.tests.TestExternalTezServices
                  org.apache.tez.test.TestSecureShuffle
                  org.apache.tez.dag.history.ats.acls.TestATSHistoryWithACLs

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/2818//testReport/
Javac warnings: https://builds.apache.org/job/PreCommit-TEZ-Build/2818//artifact/patchprocess/diffJavacWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2818//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
>
>
> 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)