sodonnel opened a new pull request #2619: URL: https://github.com/apache/ozone/pull/2619
## What changes were proposed in this pull request? TestOzoneFileInterfaces currently takes about 563 seconds to run: ``` [INFO] Running org.apache.hadoop.fs.ozone.TestOzoneFileInterfaces Warning: Tests run: 18, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 563.677 s - in org.apache.hadoop.fs.ozone.TestOzoneFileInterfaces ``` It can be changed quite easily to re-use the same mini-cluster across many tests, saving a lot of run time. On my laptop, after this change, it runs in less than 60 seconds. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5720 ## How was this patch tested? Existing tests -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
