You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2016/11/08 00:47:18 UTC

phoenix git commit: PHOENIX-3462 BaseLocalIndexIT is changing server side properties of the shared test cluster

Repository: phoenix
Updated Branches:
  refs/heads/master 5cf9dc8bf -> 59390dc01


PHOENIX-3462 BaseLocalIndexIT is changing server side properties of the shared test cluster


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/59390dc0
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/59390dc0
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/59390dc0

Branch: refs/heads/master
Commit: 59390dc010caeff5b73f5a0714de38c55d099969
Parents: 5cf9dc8
Author: Samarth <sa...@salesforce.com>
Authored: Mon Nov 7 16:47:09 2016 -0800
Committer: Samarth <sa...@salesforce.com>
Committed: Mon Nov 7 16:47:09 2016 -0800

----------------------------------------------------------------------
 .../java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/59390dc0/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java
index e818665..a30377b 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/BaseLocalIndexIT.java
@@ -25,7 +25,7 @@ import java.util.Collection;
 import java.util.Map;
 import java.util.Properties;
 
-import org.apache.phoenix.end2end.ParallelStatsDisabledIT;
+import org.apache.phoenix.end2end.BaseOwnClusterIT;
 import org.apache.phoenix.query.BaseTest;
 import org.apache.phoenix.query.QueryServices;
 import org.apache.phoenix.util.PropertiesUtil;
@@ -40,7 +40,7 @@ import org.junit.runners.Parameterized.Parameters;
 import com.google.common.collect.Maps;
 
 @RunWith(Parameterized.class)
-public abstract class BaseLocalIndexIT extends ParallelStatsDisabledIT {
+public abstract class BaseLocalIndexIT extends BaseOwnClusterIT {
     protected boolean isNamespaceMapped;
     protected String schemaName;