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

    
https://github.com/apache/incubator-apex-malhar/pull/212#discussion_r61075471
  
    --- Diff: 
contrib/src/test/java/com/datatorrent/contrib/hbase/HBasePOJOInputOperatorTest.java
 ---
    @@ -128,7 +144,7 @@ public void populateDAG(DAG dag, Configuration conf)
             Thread.sleep(1000);
           }
           catch( Exception e ){}
    -      
    +      logger.info("Tuple row key: ", output.getReceivedTuples());
           logger.info( "Received tuple number {}, instance is {}.", 
output.getReceivedTuples() == null ? 0 : output.getReceivedTuples().size(), 
System.identityHashCode( output ) );
           if( output.getReceivedTuples() != null && 
output.getReceivedTuples().size() == TUPLE_NUM )
    --- End diff --
    
    If this condition is never met, the unit test case will run forever. Need 
some timeout based failure of the test case.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to