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 E6C1B200C1A for ; Mon, 13 Feb 2017 20:42:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E3C7B160B6C; Mon, 13 Feb 2017 19:42:53 +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 397E1160B4A for ; Mon, 13 Feb 2017 20:42:53 +0100 (CET) Received: (qmail 53288 invoked by uid 500); 13 Feb 2017 19:42:47 -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 53267 invoked by uid 99); 13 Feb 2017 19:42:47 -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; Mon, 13 Feb 2017 19:42:47 +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 03CF7C67B2 for ; Mon, 13 Feb 2017 19:42:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DljuWCmo-EEq for ; Mon, 13 Feb 2017 19:42:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E17275F47E for ; Mon, 13 Feb 2017 19:42:45 +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 69502E0644 for ; Mon, 13 Feb 2017 19:42:42 +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 BDE2F21D6C for ; Mon, 13 Feb 2017 19:42:41 +0000 (UTC) Date: Mon, 13 Feb 2017 19:42:41 +0000 (UTC) From: "Wes McKinney (JIRA)" To: dev@arrow.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (ARROW-556) [Integration] Can not run Integration tests if different cpp build path MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Feb 2017 19:42:54 -0000 [ https://issues.apache.org/jira/browse/ARROW-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney reassigned ARROW-556: ---------------------------------- Assignee: Wes McKinney > [Integration] Can not run Integration tests if different cpp build path > ----------------------------------------------------------------------- > > Key: ARROW-556 > URL: https://issues.apache.org/jira/browse/ARROW-556 > Project: Apache Arrow > Issue Type: Bug > Reporter: Bryan Cutler > Assignee: Wes McKinney > Priority: Minor > > Instructions to run integration tests say to specify the cpp build path and then export an env var ARROW_CPP_TESTER relative to that build path. The problem is 2 other vars, STREAM_TO_FILE and FILE_TO_STREAM also rely on the build path which is made from ARROW_HOME and 'cpp/test-build/debug' and will fail if that is not the build path used. -- This message was sent by Atlassian JIRA (v6.3.15#6346)