Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 128D3200CF0 for ; Thu, 7 Sep 2017 10:23:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 112B91609DB; Thu, 7 Sep 2017 08:23:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 59A721609BF for ; Thu, 7 Sep 2017 10:23:12 +0200 (CEST) Received: (qmail 61673 invoked by uid 500); 7 Sep 2017 08:23:06 -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 61662 invoked by uid 99); 7 Sep 2017 08:23:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2017 08:23:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id ADB7CC432A for ; Thu, 7 Sep 2017 08:23:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id uziX90tNrfiz for ; Thu, 7 Sep 2017 08:23:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3D1DF5F121 for ; Thu, 7 Sep 2017 08:23:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B7055E0059 for ; Thu, 7 Sep 2017 08:23:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6C88224137 for ; Thu, 7 Sep 2017 08:23:00 +0000 (UTC) Date: Thu, 7 Sep 2017 08:23:00 +0000 (UTC) From: "Zoltan Haindrich (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-17476) ptest: TestDummy - did not produce a TEST-*.xml file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Sep 2017 08:23:13 -0000 Zoltan Haindrich created HIVE-17476: --------------------------------------- Summary: ptest: TestDummy - did not produce a TEST-*.xml file Key: HIVE-17476 URL: https://issues.apache.org/jira/browse/HIVE-17476 Project: Hive Issue Type: Bug Reporter: Zoltan Haindrich seems like lately it's in every test report posted to the jira...seems like some kind of ptest problem: from the jenkins console: {code} LocalCommand$CollectLogPolicy.handleOutput:92 test-results/TEST-204_UTBatch_itests__hive-unit_9_tests-TEST-org.apache.hadoop.hive.llap.ext.TestLlapInputSplit.xml 2017-09-07 07:21:35,931 INFO [TestExecutor] LocalCommand.awaitProcessCompletion:67 Finished LocalCommandId=224127. ElapsedTime(ms)=137 2017-09-07 07:21:35,931 ERROR [TestExecutor] PTest.run:189 Test run exited with an unexpected error org.apache.hive.ptest.execution.TestsFailedException: 30 tests failed at org.apache.hive.ptest.execution.PTest.run(PTest.java:186) at org.apache.hive.ptest.api.server.TestExecutor.run(TestExecutor.java:123) 2017-09-07 07:21:35,931 WARN [TestExecutor] PTest.run:216 30 failed tests 2017-09-07 07:21:35,931 WARN [TestExecutor] PTest.run:219 TestAccumuloCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=230) 2017-09-07 07:21:35,931 WARN [TestExecutor] PTest.run:219 TestDummy - did not produce a TEST-*.xml file (likely timed out) (batchId=230) {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)