You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Pravin Dsilva (JIRA)" <ji...@apache.org> on 2018/05/07 10:24:00 UTC

[jira] [Commented] (HIVE-19438) Test failure: org.apache.hadoop.hive.llap.daemon.services.impl.TestLlapWebServices.testContextRootUrlRewrite

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

Pravin Dsilva commented on HIVE-19438:
--------------------------------------

This test fails only when the hive project is run as a whole. The surefire output gives the following:
{code:java}
2018-05-07T03:11:12,138 INFO [main] http.HttpServer: Started HttpServer[llap] on port 51570
2018-05-07T03:11:22,352 WARN [llap-web-16] servlet.ServletHandler: Error for /index.html
java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.isAsyncSupported()Z
 at org.eclipse.jetty.servlet.DefaultServlet.sendData(DefaultServlet.java:937) ~[jetty-servlet-9.3.8.v20160314.jar:9.3.8.v20160314]
 at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:527) ~[jetty-servlet-9.3.8.v20160314.jar:9.3.8.v20160314]
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) ~[servlet-api-2.4.jar:?]
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) ~[servlet-api-2.4.jar:?]{code}

> Test failure: org.apache.hadoop.hive.llap.daemon.services.impl.TestLlapWebServices.testContextRootUrlRewrite
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-19438
>                 URL: https://issues.apache.org/jira/browse/HIVE-19438
>             Project: Hive
>          Issue Type: Bug
>          Components: llap, Test, Tests
>    Affects Versions: 3.1.0
>            Reporter: Pravin Dsilva
>            Priority: Major
>
> *Error Message*
> {code:java}
> expected:<200> but was:<500>
> {code}
> *Stacktrace*
> {code:java}
> java.lang.AssertionError: expected:<200> but was:<500> 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:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.apache.hadoop.hive.llap.daemon.services.impl.TestLlapWebServices.getURLResponseAsString(TestLlapWebServices.java:59)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)