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 0DA16200B25 for ; Wed, 8 Jun 2016 19:13:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0C8F9160A2E; Wed, 8 Jun 2016 17:13:18 +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 54677160A0E for ; Wed, 8 Jun 2016 19:13:17 +0200 (CEST) Received: (qmail 58994 invoked by uid 500); 8 Jun 2016 17:13:16 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 58983 invoked by uid 99); 8 Jun 2016 17:13:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 17:13:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E3AD1C07CC for ; Wed, 8 Jun 2016 17:13:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 06ong0cCYyFn for ; Wed, 8 Jun 2016 17:13:14 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 6B1BF5FB23 for ; Wed, 8 Jun 2016 17:13:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id u58HDClj017181; Wed, 8 Jun 2016 17:13:12 GMT Date: Wed, 8 Jun 2016 17:13:12 +0000 From: "Lars Volker (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org Message-ID: Reply-To: lv@cloudera.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?=5BImpala-CR=5D=28cdh5-2=2E6=2E0_5=2E8=2E0=29_IMPALA-3684=2C_IMPALA-3693=3A_Disable_core_files_for_breakpad_tests=0A?= X-Gerrit-Change-Id: If592339632aa662b59be09d911229566d5772321 X-Gerrit-ChangeURL: X-Gerrit-Commit: 688c1ad4310983ac7ecf6c3eb4148e68ed0f5792 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.2 archived-at: Wed, 08 Jun 2016 17:13:18 -0000 Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/3339 Change subject: IMPALA-3684, IMPALA-3693: Disable core files for breakpad tests ...................................................................... IMPALA-3684, IMPALA-3693: Disable core files for breakpad tests The breakpad tests were writing core files when triggering minidump writes. This was actually not needed and interfered with test execution and artifact collection. Most notably processes would take a long time to terminate while writing core files (IMPALA-3684). The core files would also be wrongly collected by Jenkins (IMPALA-3693). This change adds code to stop test clusters reliably, making test_breakpad independent from calling setup-impala-cluster.py via os.system. It also disables core dumps for the duration of the test and re-enables them afterwards. Change-Id: If592339632aa662b59be09d911229566d5772321 --- M tests/custom_cluster/test_breakpad.py 1 file changed, 32 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/39/3339/1 -- To view, visit http://gerrit.cloudera.org:8080/3339 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If592339632aa662b59be09d911229566d5772321 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Lars Volker