keith-turner commented on code in PR #5735: URL: https://github.com/apache/accumulo/pull/5735#discussion_r2198262907
########## test/src/main/java/org/apache/accumulo/test/TotalQueuedIT.java: ########## @@ -51,7 +52,8 @@ protected Duration defaultTimeout() { @Override public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite) { cfg.setNumTservers(1); - cfg.useMiniDFS(); + cfg.useMiniDFS(true); + cfg.setProperty(Property.TSERV_TOTAL_MUTATION_QUEUE_MAX.getKey(), "" + SMALL_QUEUE_SIZE); Review Comment: could add a comment about why this prop is being set here -- 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. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org