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 C63E110DC4 for ; Thu, 10 Oct 2013 17:19:54 +0000 (UTC) Received: (qmail 43407 invoked by uid 500); 10 Oct 2013 17:19:47 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 43297 invoked by uid 500); 10 Oct 2013 17:19:46 -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 43257 invoked by uid 500); 10 Oct 2013 17:19:45 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 43245 invoked by uid 99); 10 Oct 2013 17:19:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 17:19:44 +0000 Date: Thu, 10 Oct 2013 17:19:44 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (HIVE-5450) pTest2 self-test is failing 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-5450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland reassigned HIVE-5450: ---------------------------------- Assignee: Brock Noland > pTest2 self-test is failing > --------------------------- > > Key: HIVE-5450 > URL: https://issues.apache.org/jira/browse/HIVE-5450 > Project: Hive > Issue Type: Task > Components: Testing Infrastructure > Affects Versions: 0.13.0 > Reporter: Ashutosh Chauhan > Assignee: Brock Noland > Attachments: HIVE-5450.patch > > > Following test failed when I ran mvn package: > {code} > Running org.apache.hive.ptest.execution.TestPhase > 2013-10-04 22:57:20,150 ERROR HostExecutor$5.call:379 Aborting drone during exec echo org.apache.hive.ptest.execution.AbortDroneException: Drone Drone [user=someuser, host=somehost, instance=0] exited with 255: SSHResult [command=echo, getExitCode()=255, getException()=null, getUser()=someuser, getHost()=somehost, getInstance()=0] > at org.apache.hive.ptest.execution.HostExecutor$5.call(HostExecutor.java:379) > at org.apache.hive.ptest.execution.HostExecutor$5.call(HostExecutor.java:368) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Tests in error: > test(org.apache.hive.ptest.execution.TestReportParser): src/test/resources/test-outputs/.svn (Is a directory) > Tests run: 44, Failures: 0, Errors: 1, Skipped: 0 > {code} > NO PRECOMMIT TESTS -- This message was sent by Atlassian JIRA (v6.1#6144)