[
https://issues.apache.org/jira/browse/HIVE-11962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936218#comment-14936218
]
Hive QA commented on HIVE-11962:
--------------------------------
{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/12764073/HIVE-11962.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9638 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_vector_groupby_reduce
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vector_groupby_reduce
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5463/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5463/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5463/
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: 12764073 - PreCommit-HIVE-TRUNK-Build
> Improve windowing_windowspec2.q tests to return consistent results
> ------------------------------------------------------------------
>
> Key: HIVE-11962
> URL: https://issues.apache.org/jira/browse/HIVE-11962
> Project: Hive
> Issue Type: Test
> Components: Test
> Affects Versions: 2.0.0
> Reporter: Aihua Xu
> Assignee: Aihua Xu
> Priority: Trivial
> Attachments: HIVE-11962.patch
>
>
> Upstream test result for windowing_windowspec2.q seems to return consistent
> result while we have observe that in a different test env, the result could
> be slightly different.
> e.g., for the following query, the value t could be the same in each
> partition of ts. So the row order could be either for those rows. I haven't
> looked further why it causes that difference yet.
> {noformat}
> select ts, f, max(f) over (partition by ts order by t rows between 2
> preceding and 1 preceding) from over10k limit 100;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)