Repository: phoenix
Updated Branches:
  refs/heads/3.0 997919401 -> fa72e44a6


PHOENIX-1136 Add Integration Tests to verify the fix for PHOENIX-1133 (Kyle 
Buzsaki)


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

Branch: refs/heads/3.0
Commit: fa72e44a612846b99759da3efcdb70484e2f2c6f
Parents: 9979194
Author: James Taylor <[email protected]>
Authored: Wed Aug 6 15:48:16 2014 -0700
Committer: James Taylor <[email protected]>
Committed: Wed Aug 6 15:48:16 2014 -0700

----------------------------------------------------------------------
 .../org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/fa72e44a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
index 1731917..f09a88e 100644
--- 
a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
+++ 
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SkipScanAfterManualSplitIT.java
@@ -38,7 +38,6 @@ import org.apache.phoenix.query.ConnectionQueryServices;
 import org.apache.phoenix.query.QueryServices;
 import org.apache.phoenix.util.ReadOnlyProps;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -71,7 +70,7 @@ public class SkipScanAfterManualSplitIT extends 
BaseHBaseManagedTimeIT {
         // props.put(QueryServices.THREAD_POOL_SIZE_ATTRIB, 
Integer.toString(64));
         props.put(QueryServices.THREAD_POOL_SIZE_ATTRIB, Integer.toString(32));
         // enables manual splitting on salted tables
-        // props.put(QueryServices.ROW_KEY_ORDER_SALTED_TABLE_ATTRIB, 
Boolean.toString(false));
+        props.put(QueryServices.ROW_KEY_ORDER_SALTED_TABLE_ATTRIB, 
Boolean.toString(false));
         props.put(QueryServices.QUEUE_SIZE_ATTRIB, Integer.toString(1000));
         setUpTestDriver(getUrl(), new 
ReadOnlyProps(props.entrySet().iterator()));
     }
@@ -277,7 +276,6 @@ public class SkipScanAfterManualSplitIT extends 
BaseHBaseManagedTimeIT {
      * See PHOENIX-1133 and PHOENIX-1136 on apache JIRA for more details.
      * @throws java.sql.SQLException  from Connection
      */
-    @Ignore
     @Test
     public void testSkipScanInListOfRVCAfterManualSplit() throws SQLException {
         Connection conn = DriverManager.getConnection(getUrl());

Reply via email to