[
https://issues.apache.org/jira/browse/HIVE-10584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534031#comment-14534031
]
Hive QA commented on HIVE-10584:
--------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12731034/HIVE-10584.1.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 8919 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testMetastoreProxyUser
org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge.testSaslWithHiveMetaStore
org.apache.hive.jdbc.TestSSL.testSSLFetchHttp
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3807/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3807/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3807/
Messages:
{noformat}
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12731034 - PreCommit-HIVE-TRUNK-Build
> fix Integer references comparison in hcat OutputJobInfo (122)
> -------------------------------------------------------------
>
> Key: HIVE-10584
> URL: https://issues.apache.org/jira/browse/HIVE-10584
> Project: Hive
> Issue Type: Bug
> Components: HCatalog
> Reporter: Alexander Pivovarov
> Assignee: Alexander Pivovarov
> Attachments: HIVE-10584.1.patch, rb33791.patch
>
>
> the code below compares Integer references instead of intValues
> {code}
> public int compare(Integer earlier, Integer later) {
> return (earlier > later) ? -1 : ((earlier == later) ? 0 : 1);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)