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 2015/04/24 04:45:59 UTC

phoenix git commit: PHOENIX-1912 DropIndexDuringUpsertIT is hanging causing build to fail

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 015029b30 -> 269e86ab6


PHOENIX-1912 DropIndexDuringUpsertIT is hanging causing build to fail


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 269e86ab67426aa5195934301450a9b8f4e3fe98
Parents: 015029b
Author: Samarth <sa...@salesforce.com>
Authored: Thu Apr 23 19:45:49 2015 -0700
Committer: Samarth <sa...@salesforce.com>
Committed: Thu Apr 23 19:45:49 2015 -0700

----------------------------------------------------------------------
 .../org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/269e86ab/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java
index 517630e..7350520 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java
@@ -61,7 +61,7 @@ import org.junit.experimental.categories.Category;
 import com.google.common.collect.Maps;
 
 @Category(NeedsOwnMiniClusterTest.class)
-public class DropIndexDuringUpsertIT extends BaseTest {
+public abstract class DropIndexDuringUpsertIT extends BaseTest {
     private static final int NUM_SLAVES = 4;
     private static String url;
     private static PhoenixTestDriver driver;