[
https://issues.apache.org/jira/browse/HIVE-10706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543496#comment-14543496
]
Hive QA commented on HIVE-10706:
--------------------------------
{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/12732789/HIVE-10706.1.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 8921 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority
org.apache.hive.hcatalog.streaming.TestStreaming.testTransactionBatchEmptyCommit
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3890/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3890/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3890/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12732789 - PreCommit-HIVE-TRUNK-Build
> Make vectorized_timestamp_funcs test more stable
> ------------------------------------------------
>
> Key: HIVE-10706
> URL: https://issues.apache.org/jira/browse/HIVE-10706
> Project: Hive
> Issue Type: Bug
> Components: UDF, Vectorization
> Reporter: Alexander Pivovarov
> Assignee: Alexander Pivovarov
> Priority: Minor
> Attachments: HIVE-10706.1.patch
>
>
> TestCliDriver.testCliDriver_vectorized_timestamp_funcs failed recently
> The problem is Double to Double numbers comparison without delta.
> {code}
> Running: diff -a
> /home/hiveptest/54.196.24.219-hiveptest-1/apache-github-source-source/itests/qtest/../../itests/qtest/target/qfile-results/clientpositive/vectorized_timestamp_funcs.q.out
>
> /home/hiveptest/54.196.24.219-hiveptest-1/apache-github-source-source/itests/qtest/../../ql/src/test/results/clientpositive/vectorized_timestamp_funcs.q.out
> 729c729
> < 1123143.8570000003
> ---
> > 1123143.8569999998
> {code}
> I also noticed that last query results are different among TestCliDriver and
> TestSparkCliDriver tests (last line in vectorized_timestamp_funcs.q.out)
> {code}
> -- regular
> 2.8798560435897438E13 8.970772952794212E19 8.970772952794212E19
> 9.206845925236166E19 9.471416447815084E9 9.471416447815084E9
> 9.471416447815084E9 9.595231068211002E9
> -- spark
> 2.8798560435897438E13 8.970772952794214E19 8.970772952794214E19
> 9.206845925236167E19 9.471416447815086E9 9.471416447815086E9
> 9.471416447815086E9 9.595231068211004E9
> -- tez
> 2.8798560435897438E13 8.970772952794212E19 8.970772952794212E19
> 9.206845925236166E19 9.471416447815084E9 9.471416447815084E9
> 9.471416447815084E9 9.595231068211002E9
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)