[06/50] [abbrv] phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-09-14 Thread maryannxue
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/50b3f948
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/50b3f948
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/50b3f948

Branch: refs/heads/calcite
Commit: 50b3f948480286089896d81ff006720e6049a118
Parents: 243e5e2
Author: Samarth 
Authored: Tue Aug 2 21:41:47 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:41:47 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/50b3f948/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;
 



[39/50] [abbrv] phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-05 Thread samarth
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/377ae679
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/377ae679
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/377ae679

Branch: refs/heads/encodecolumns
Commit: 377ae67986e0c4c7eeeac77cf9b33af31077a818
Parents: 787219f
Author: Samarth 
Authored: Tue Aug 2 21:40:09 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:40:09 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/377ae679/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-1.2 6d2ab9f42 -> 4533cf4f7


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/4533cf4f
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4533cf4f
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4533cf4f

Branch: refs/heads/4.8-HBase-1.2
Commit: 4533cf4f7022ff4b99fbc72b551df333a4b712e9
Parents: 6d2ab9f
Author: Samarth 
Authored: Tue Aug 2 21:45:42 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:45:42 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/4533cf4f/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-1.1 bf90e7ae5 -> f9e3a65a8


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/f9e3a65a
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f9e3a65a
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f9e3a65a

Branch: refs/heads/4.8-HBase-1.1
Commit: f9e3a65a865dacb0b45ac5d524edf8b7ec918de4
Parents: bf90e7a
Author: Samarth 
Authored: Tue Aug 2 21:45:11 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:45:11 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/f9e3a65a/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.8-HBase-0.98 63f60865c -> 62c27090d


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/62c27090
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/62c27090
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/62c27090

Branch: refs/heads/4.8-HBase-0.98
Commit: 62c27090d7270c0a41729a9113e9c6c1fc16c900
Parents: 63f6086
Author: Samarth 
Authored: Tue Aug 2 21:43:43 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:43:43 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/62c27090/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 d4cde114d -> 64b075229


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/64b07522
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/64b07522
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/64b07522

Branch: refs/heads/4.x-HBase-1.0
Commit: 64b07522929b6b29bf9a0767d6335f2854be9e95
Parents: d4cde11
Author: Samarth 
Authored: Tue Aug 2 21:43:01 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:43:01 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/64b07522/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 009499df0 -> 98cb683fe


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/98cb683f
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/98cb683f
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/98cb683f

Branch: refs/heads/4.x-HBase-1.1
Commit: 98cb683fe4642216da114f9400ca93c9891d4a45
Parents: 009499d
Author: Samarth 
Authored: Tue Aug 2 21:42:15 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:42:15 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/98cb683f/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/master 243e5e22a -> 50b3f9484


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/50b3f948
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/50b3f948
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/50b3f948

Branch: refs/heads/master
Commit: 50b3f948480286089896d81ff006720e6049a118
Parents: 243e5e2
Author: Samarth 
Authored: Tue Aug 2 21:41:47 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:41:47 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/50b3f948/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;
 



phoenix git commit: PHOENIX-3141 UnnestArrayIT causes builds to hang

2016-08-02 Thread samarth
Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 787219fe7 -> 377ae6798


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/377ae679
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/377ae679
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/377ae679

Branch: refs/heads/4.x-HBase-0.98
Commit: 377ae67986e0c4c7eeeac77cf9b33af31077a818
Parents: 787219f
Author: Samarth 
Authored: Tue Aug 2 21:40:09 2016 -0700
Committer: Samarth 
Committed: Tue Aug 2 21:40:09 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/377ae679/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;