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 4B08C9D04 for ; Tue, 22 Nov 2011 20:21:03 +0000 (UTC) Received: (qmail 91795 invoked by uid 500); 22 Nov 2011 20:21:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 91746 invoked by uid 500); 22 Nov 2011 20:21:02 -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 91578 invoked by uid 500); 22 Nov 2011 20:21:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 91493 invoked by uid 99); 22 Nov 2011 20:21:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2011 20:21:02 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Tue, 22 Nov 2011 20:21:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4FACE97101 for ; Tue, 22 Nov 2011 20:20:41 +0000 (UTC) Date: Tue, 22 Nov 2011 20:20:41 +0000 (UTC) From: "Phabricator (Commented) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1712614583.3724.1321993241327.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1858107388.41050.1321575231734.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2593) avoid referencing /tmp in tests 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-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155403#comment-13155403 ] Phabricator commented on HIVE-2593: ----------------------------------- mareksapotafb has commented on the revision "HIVE-2593 [jira] avoid referencing /tmp in tests". John, should I worry about the spaces? When I tried running tests in path that contained a space Ant didn't even reach the tests. It exited with ClassNotFoundException because of wrongly split path. REVISION DETAIL https://reviews.facebook.net/D501 > avoid referencing /tmp in tests > ------------------------------- > > Key: HIVE-2593 > URL: https://issues.apache.org/jira/browse/HIVE-2593 > Project: Hive > Issue Type: Improvement > Components: Testing Infrastructure > Reporter: John Sichi > Assignee: Marek Sapota > Attachments: HIVE-2593.D501.1.patch, HIVE-2593.D501.2.patch, HIVE-2593.D501.3.patch, HIVE-2593.D501.4.patch, HIVE-2593.D501.5.patch, HIVE-2593.D501.6.patch, HIVE-2593.D501.7.patch > > > This is what is causing parallel tests to fail when multiple instances run on the same node. I grepped for "/tmp" in ql/src/test/queries/clientpositive and the results match the test failures I'm getting. -- 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