You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Eric Wohlstadter (JIRA)" <ji...@apache.org> on 2018/05/31 06:51:00 UTC

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

Eric Wohlstadter created TEZ-3947:
-------------------------------------

             Summary: 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


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)