You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/05/24 11:23:15 UTC

[GitHub] [accumulo] Manno15 commented on a change in pull request #1165: Fixes #1159. Remove DurabilityIT

Manno15 commented on a change in pull request #1165: Fixes #1159. Remove DurabilityIT
URL: https://github.com/apache/accumulo/pull/1165#discussion_r287319512
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/functional/DurabilityIT.java
 ##########
 @@ -218,7 +192,7 @@ private void restartTServer() throws Exception {
     cluster.start();
   }
 
-  private long writeSome(AccumuloClient c, String table, long count) throws Exception {
+  private void writeSome(AccumuloClient c, String table, long count) throws Exception {
     int iterations = 5;
 
 Review comment:
   Yeah, that appears to be the case. I'll remove it and then test it. Thanks

----------------------------------------------------------------
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