Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5250818687 for ; Wed, 30 Sep 2015 01:20:04 +0000 (UTC) Received: (qmail 97172 invoked by uid 500); 30 Sep 2015 01:20:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 97149 invoked by uid 500); 30 Sep 2015 01:20:04 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 97137 invoked by uid 99); 30 Sep 2015 01:20:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 01:20:04 +0000 Date: Wed, 30 Sep 2015 01:20:04 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11962) Improve windowing_windowspec2.q tests to return consistent results MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)