[
https://issues.apache.org/jira/browse/HIVE-16849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16051060#comment-16051060
]
Hive QA commented on HIVE-16849:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12873166/HIVE-16849.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 14 failed/errored test(s), 10831 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[create_merge_compressed]
(batchId=237)
org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[materialized_view_create_rewrite]
(batchId=237)
org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[orc_ppd_basic]
(batchId=140)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=145)
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2]
(batchId=99)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14]
(batchId=232)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query16]
(batchId=232)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query94]
(batchId=232)
org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testBootstrapFunctionReplication
(batchId=216)
org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testCreateFunctionIncrementalReplication
(batchId=216)
org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testCreateFunctionWithFunctionBinaryJarsOnHDFS
(batchId=216)
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionRegistrationWithCustomSchema
(batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testPartitionSpecRegistrationWithCustomSchema
(batchId=177)
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
(batchId=177)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5654/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5654/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5654/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 14 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12873166 - PreCommit-HIVE-Build
> Upgrade jetty version to 9.4.6.v20170531
> ----------------------------------------
>
> Key: HIVE-16849
> URL: https://issues.apache.org/jira/browse/HIVE-16849
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Affects Versions: 3.0.0
> Reporter: Aihua Xu
> Assignee: Aihua Xu
> Attachments: HIVE-16849.1.patch
>
>
> From HIVE-16846, the test case of TestJdbcWithMiniHS2#testHttpHeaderSize is
> returning http error code 413 (PAYLOAD_TOO_LARGE_413) rather than 431
> (REQUEST_HEADER_FIELDS_TOO_LARGE_431 ) while 431 seems more accurate and the
> newer version of jetty fixed such issue.
> {noformat}
> // This should fail with given HTTP response code 413 in error message,
> since header is more
> // than the configured the header size
> userName = StringUtils.leftPad("*", 2000);
> try {
> conn = getConnection(miniHS2.getJdbcURL(testDbName), userName,
> "password");
> } catch (Exception e) {
> assertTrue("Header exception thrown", e != null);
> assertTrue(e.getMessage().contains("HTTP Response code: 413"));
> } finally {
> if (conn != null) {
> conn.close();
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)