From dev-return-11671-archive-asf-public=cust-asf.ponee.io@arrow.apache.org Mon Apr 8 18:59:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2520B180627 for ; Mon, 8 Apr 2019 20:59:02 +0200 (CEST) Received: (qmail 74769 invoked by uid 500); 8 Apr 2019 18:39:23 -0000 Mailing-List: contact dev-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list dev@arrow.apache.org Received: (qmail 74751 invoked by uid 99); 8 Apr 2019 18:39:23 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2019 18:39:23 +0000 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 8690AE2A52 for ; Mon, 8 Apr 2019 18:59: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 3E7192459C for ; Mon, 8 Apr 2019 18:59:00 +0000 (UTC) Date: Mon, 8 Apr 2019 18:59:00 +0000 (UTC) From: "Antoine Pitrou (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ARROW-5142) [CI] Fix conda calls in AppVeyor scripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Antoine Pitrou created ARROW-5142: ------------------------------------- Summary: [CI] Fix conda calls in AppVeyor scripts Key: ARROW-5142 URL: https://issues.apache.org/jira/browse/ARROW-5142 Project: Apache Arrow Issue Type: Bug Components: Continuous Integration Affects Versions: 0.13.0 Reporter: Antoine Pitrou Our {{.bat}} files for AppVeyor CI use "{{conda}}" to execute Conda commands, unfortunately those exit the {{.bat}} script immediately after returning. We need to invoke Conda using "{{call conda}}" instead. However, doing so exposes a bug in the wheel tests that went unnoticed. See https://github.com/apache/arrow/pull/4015 -- This message was sent by Atlassian JIRA (v7.6.3#76005)