Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 39ac60156 -> d5884dd17


Addendum to prevent IndexLoadBalancerIT from hanging


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

Branch: refs/heads/4.x-HBase-0.98
Commit: d5884dd17b4fde51cac0a0dc628a82af5fa9d3c3
Parents: 39ac601
Author: Samarth <[email protected]>
Authored: Tue Jan 12 13:00:22 2016 -0800
Committer: Samarth <[email protected]>
Committed: Tue Jan 12 13:00:22 2016 -0800

----------------------------------------------------------------------
 .../apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d5884dd1/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java
index 7729d6d..8ba97b7 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/hbase/index/balancer/IndexLoadBalancerIT.java
@@ -454,7 +454,6 @@ public class IndexLoadBalancerIT {
 
     }
     
-    @Test
     public boolean checkForColocation(HMaster master, String tableName, String 
indexTableName)
             throws IOException, InterruptedException {
         List<Pair<byte[], ServerName>> uTableStartKeysAndLocations =

Reply via email to