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 C1F4E2009D9 for ; Wed, 18 May 2016 02:19:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF09E160A1F; Wed, 18 May 2016 00:19:02 +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 7EFCC1609F5 for ; Wed, 18 May 2016 02:19:01 +0200 (CEST) Received: (qmail 1071 invoked by uid 500); 18 May 2016 00:19:00 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 1062 invoked by uid 99); 18 May 2016 00:19:00 -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; Wed, 18 May 2016 00:19:00 +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 3B632C7339 for ; Wed, 18 May 2016 00:19:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] 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 9fWQJ6Rb9IJ0 for ; Wed, 18 May 2016 00:18:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 3F5975F485 for ; Wed, 18 May 2016 00:18:59 +0000 (UTC) Received: (qmail 1059 invoked by uid 99); 18 May 2016 00:18:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 00:18:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 60923DFBAB; Wed, 18 May 2016 00:18:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mblow@apache.org To: commits@asterixdb.incubator.apache.org Message-Id: <06e76186c37848e08be9d0c397d4b7da@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-asterixdb git commit: Fix Installer Test Regression For Big Object Tests Date: Wed, 18 May 2016 00:18:58 +0000 (UTC) archived-at: Wed, 18 May 2016 00:19:02 -0000 Repository: incubator-asterixdb Updated Branches: refs/heads/master 11ff01a81 -> 40d36c604 Fix Installer Test Regression For Big Object Tests copy target/data for installer tests Change-Id: I012ff4968b97cb93cb3f58580f3ae5e288a5645c Reviewed-on: https://asterix-gerrit.ics.uci.edu/858 Reviewed-by: Till Westmann Tested-by: Michael Blow Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/40d36c60 Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/40d36c60 Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/40d36c60 Branch: refs/heads/master Commit: 40d36c604f93ee1597f1ffff08cc47f829d22c77 Parents: 11ff01a Author: Michael Blow Authored: Tue May 17 16:28:09 2016 -0700 Committer: Michael Blow Committed: Tue May 17 17:19:00 2016 -0700 ---------------------------------------------------------------------- .../org/apache/asterix/installer/test/AbstractExecutionIT.java | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/40d36c60/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AbstractExecutionIT.java ---------------------------------------------------------------------- diff --git a/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AbstractExecutionIT.java b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AbstractExecutionIT.java index ba2d7f1..f24be40 100644 --- a/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AbstractExecutionIT.java +++ b/asterixdb/asterix-installer/src/test/java/org/apache/asterix/installer/test/AbstractExecutionIT.java @@ -80,6 +80,10 @@ public abstract class AbstractExecutionIT { new File(StringUtils.join(new String[] { "..", "asterix-app", "data" }, File.separator)), new File(AsterixInstallerIntegrationUtil.getManagixHome() + "/clusters/local/working_dir/data")); + FileUtils.copyDirectoryStructure( + new File(StringUtils.join(new String[] { "..", "asterix-app", "target", "data" }, File.separator)), + new File(AsterixInstallerIntegrationUtil.getManagixHome() + "/clusters/local/working_dir/target/data")); + FileUtils.copyDirectoryStructure(new File(StringUtils.join(new String[] { "target", "data" }, File.separator)), new File(AsterixInstallerIntegrationUtil.getManagixHome() + "/clusters/local/working_dir/target/data/csv"));