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 09B0E200D5E for ; Fri, 10 Nov 2017 02:21:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0841E160BEF; Fri, 10 Nov 2017 01:21:50 +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 4C451160C02 for ; Fri, 10 Nov 2017 02:21:49 +0100 (CET) Received: (qmail 22194 invoked by uid 500); 10 Nov 2017 01:21:48 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 22138 invoked by uid 99); 10 Nov 2017 01:21:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2017 01:21:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 771821808CF for ; Fri, 10 Nov 2017 01:21:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.362 X-Spam-Level: ** X-Spam-Status: No, score=2.362 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gsI4rT4DC0FJ for ; Fri, 10 Nov 2017 01:21:46 +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 mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 3CEA55F3DE for ; Fri, 10 Nov 2017 01:21:46 +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 vAA1Ljbb014753; Fri, 10 Nov 2017 01:21:45 GMT Message-Id: <201711100121.vAA1Ljbb014753@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 2 Date: Fri, 10 Nov 2017 01:21:45 +0000 From: "Impala Public Jenkins (Code Review)" To: Bikramjeet Vig , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: merged Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6170=3A_Remove_broken_backend_test_from_llvm-codegen-test=0A?= X-Gerrit-Change-Id: Iaed0109f5163343427015d571d6d24233b9d3fdc X-Gerrit-Change-Number: 8505 X-Gerrit-ChangeURL: X-Gerrit-Commit: 5ab07f032941537755a3d8bc8e58caa6c8ac8233 In-Reply-To: References: Reply-To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org, bikramjeet.vig@cloudera.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="7x8iMyYfMj4="; charset=UTF-8 archived-at: Fri, 10 Nov 2017 01:21:50 -0000 --7x8iMyYfMj4= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Impala Public Jenkins has submitted this change and it was merged=2E ( http= ://gerrit=2Ecloudera=2Eorg:8080/8505 ) Change subject: IMPALA-6170: Remove= broken backend test from llvm-codegen-test =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E IMPALA-6170: Remove broken backend test fro= m llvm-codegen-test Remove backend test that expects hdfs service to be ru= nning, which is not an expectation backend test should have=2E This caused = test runs to fail that use the local filesystem as their default filesystem= =2E Also the code path exercised by that test is already covered in the en= d to end tests, like in test_udfs=2Epy for cases where the functions used i= n the query live in the same lib file=2E Change-Id: Iaed0109f5163343427015= d571d6d24233b9d3fdc Reviewed-on: http://gerrit=2Ecloudera=2Eorg:8080/8505 R= eviewed-by: Tim Armstrong Tested-by: Impala Pub= lic Jenkins --- M be/src/codegen/llvm-codegen-test=2Ecc 1 file changed, 0 i= nsertions(+), 11 deletions(-) Approvals: Tim Armstrong: Looks good to me= , approved Impala Public Jenkins: Verified -- To view, visit http://ger= rit=2Ecloudera=2Eorg:8080/8505 To unsubscribe, visit http://gerrit=2Ecloude= ra=2Eorg:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Ge= rrit-MessageType: merged Gerrit-Change-Id: Iaed0109f5163343427015d571d6d242= 33b9d3fdc Gerrit-Change-Number: 8505 Gerrit-PatchSet: 2 Gerrit-Owner: Bikra= mjeet Vig Gerrit-Reviewer: Impala Public = Jenkins Gerrit-Reviewer: Tim Armstrong --7x8iMyYfMj4=--