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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to