Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03F42966D for ; Mon, 30 Jan 2012 00:29:33 +0000 (UTC) Received: (qmail 27085 invoked by uid 500); 30 Jan 2012 00:29:32 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 26819 invoked by uid 500); 30 Jan 2012 00:29:32 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 26808 invoked by uid 500); 30 Jan 2012 00:29:31 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 26804 invoked by uid 99); 30 Jan 2012 00:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 00:29:31 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 00:29:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5BFE816CB1C for ; Mon, 30 Jan 2012 00:29:10 +0000 (UTC) Date: Mon, 30 Jan 2012 00:29:10 +0000 (UTC) From: "Navis (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1806181487.6373.1327883350378.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1008566335.47927.1325052391089.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2686) Test ppr_pushdown.q is failing on trunk 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-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195892#comment-13195892 ] Navis commented on HIVE-2686: ----------------------------- There was also a bug not-related with this issue, adding non-root task as root task making query executed differently with plan provided by EXPLAIN (and different result). I'll update the patch after test. > Test ppr_pushdown.q is failing on trunk > --------------------------------------- > > Key: HIVE-2686 > URL: https://issues.apache.org/jira/browse/HIVE-2686 > Project: Hive > Issue Type: Test > Components: Testing Infrastructure > Affects Versions: 0.9.0 > Reporter: Ashutosh Chauhan > Assignee: Navis > Priority: Minor > Fix For: 0.9.0 > > Attachments: HIVE-2686.D1215.1.patch, HIVE-2686.D1215.2.patch > > > {noformat} > $ ant test -Dtestcase=TestCliDriver -Dqfile=ppr_pushdown.q > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs. > [junit] at junit.framework.Assert.fail(Assert.java:50) > [junit] at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_ppr_pushdown(TestCliDriver.java:129) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:597) > [junit] at junit.framework.TestCase.runTest(TestCase.java:168) > [junit] at junit.framework.TestCase.runBare(TestCase.java:134) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:110) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:128) > [junit] at junit.framework.TestResult.run(TestResult.java:113) > [junit] at junit.framework.TestCase.run(TestCase.java:124) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:243) > [junit] at junit.framework.TestSuite.run(TestSuite.java:238) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) > [junit] 178d177 > [junit] < 1234 1234 > [junit] 179a179 > [junit] > 1234 1234 > [junit] 196d195 > [junit] < 1224 1224 > [junit] 197a197 > [junit] > 1224 1224 > [junit] 214d213 > [junit] Exception: Client execution results failed with error code = 1 > [junit] See build/ql/tmp/hive.log, or try "ant test ... -Dtest.silent=false" to get more logs. > [junit] < 1214 1214 > [junit] 215a215 > [junit] > 1214 1214 > [junit] 232d231 > [junit] < 12.4 12.4 > [junit] 233a233 > [junit] > 12.4 12.4 > [junit] 250d249 > [junit] < 12+4 12+4 > [junit] 251a251 > [junit] > 12+4 12+4 > [junit] 268d267 > [junit] < 12:4 12:4 > [junit] 269a269 > [junit] > 12:4 12:4 > [junit] 286d285 > [junit] < 12%4 12%4 > [junit] 287a287 > [junit] > 12%4 12%4 > [junit] 304d303 > [junit] < 12*4 12*4 > [junit] 305a305 > [junit] > 12*4 12*4 > [junit] Cleaning up TestCliDriver > [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 137.556 sec > [junit] Test org.apache.hadoop.hive.cli.TestCliDriver FAILED > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira