You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/02/08 01:09:50 UTC

[GitHub] [hbase] ndimiduk commented on a change in pull request #1147: HBASE-23814 Add null checks and logging to misc set of tests

ndimiduk commented on a change in pull request #1147: HBASE-23814 Add null checks and logging to misc set of tests
URL: https://github.com/apache/hbase/pull/1147#discussion_r376672782
 
 

 ##########
 File path: hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTableScanException.java
 ##########
 @@ -74,6 +74,8 @@
 
   private static volatile boolean DO_NOT_RETRY;
 
+  private static final int ROW_COUNT = 10;
 
 Review comment:
   Oh, you meant for the earlier test. Same question as @z-york asks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services