DomGarguilo opened a new pull request, #5534: URL: https://github.com/apache/accumulo/pull/5534
This test times out pretty consistently when resource constrained. The following improvement was made to speed the test up: * use `Arrays.stream(tableNames).parallel().forEach()` instead of for loop to parallelize the test Other improvements that don't necessarily improve runtime: * use `Timer` objects instead of System.millis for timekeeping * use `Logger` instead of System.out I assume this test was not created explicitly to run serially. When run locally this speeds runtime up from ~1 min to ~15 seconds. -- 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