You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by JamesRTaylor <gi...@git.apache.org> on 2016/04/05 04:04:23 UTC

[GitHub] phoenix pull request: PHOENIX-2628 Ensure split when iterating thr...

Github user JamesRTaylor commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/156#discussion_r58477775
  
    --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java ---
    @@ -727,7 +727,7 @@ public void testLocalIndexScanAfterRegionSplit() throws Exception {
                 assertTrue(rs.next());
                 
                 HBaseAdmin admin = driver.getConnectionQueryServices(getUrl(), TestUtil.TEST_PROPERTIES).getAdmin();
    -            for (int i = 1; i < 5; i++) {
    +            for (int i = 1; i < 2; i++) {
    --- End diff --
    
    Any reason to go from 5 to 2 here? Maybe get rid of the loop then? Does it decrease the amount of testing being done?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---