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 3C1DA200B65 for ; Wed, 3 Aug 2016 06:44:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3AAB8160AA8; Wed, 3 Aug 2016 04:44:36 +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 82F41160A76 for ; Wed, 3 Aug 2016 06:44:35 +0200 (CEST) Received: (qmail 65706 invoked by uid 500); 3 Aug 2016 04:44:34 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 65695 invoked by uid 99); 3 Aug 2016 04:44:34 -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, 03 Aug 2016 04:44:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9F42BE0007; Wed, 3 Aug 2016 04:44:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: samarth@apache.org To: commits@phoenix.apache.org Message-Id: <802f7a49be6e4fa5aabee82324e0c2dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang Date: Wed, 3 Aug 2016 04:44:34 +0000 (UTC) archived-at: Wed, 03 Aug 2016 04:44:36 -0000 Repository: phoenix Updated Branches: refs/heads/4.8-HBase-1.0 3f082c9a0 -> 7fd09b318 PHOENIX-3141 UnnestArrayIT causes builds to hang Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7fd09b31 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7fd09b31 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7fd09b31 Branch: refs/heads/4.8-HBase-1.0 Commit: 7fd09b3181d27fa6240a1cf1728d9a8c66b894d4 Parents: 3f082c9 Author: Samarth Authored: Tue Aug 2 21:44:22 2016 -0700 Committer: Samarth Committed: Tue Aug 2 21:44:22 2016 -0700 ---------------------------------------------------------------------- .../org/apache/phoenix/end2end/UnnestArrayIT.java | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/7fd09b31/phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java index 4ca73e6..9c80cd5 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UnnestArrayIT.java @@ -17,10 +17,10 @@ */ package org.apache.phoenix.end2end; -import org.apache.phoenix.util.PhoenixRuntime; -import org.apache.phoenix.util.PropertiesUtil; -import org.junit.Ignore; -import org.junit.Test; +import static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; import java.sql.Connection; import java.sql.DriverManager; @@ -28,13 +28,11 @@ import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.Properties; -import static org.apache.phoenix.util.TestUtil.TEST_PROPERTIES; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; +import org.apache.phoenix.util.PhoenixRuntime; +import org.apache.phoenix.util.PropertiesUtil; +import org.junit.Test; -@Ignore -public class UnnestArrayIT extends BaseClientManagedTimeIT { +public abstract class UnnestArrayIT extends BaseClientManagedTimeIT { private static long timestamp;