adoroszlai opened a new pull request #2699: URL: https://github.com/apache/ozone/pull/2699
## What changes were proposed in this pull request? Reduce trash interval in `TestOzoneFileSystem` for some speed gain. https://issues.apache.org/jira/browse/HDDS-5799 ## How was this patch tested? Before: ``` [INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 274.35 s - in org.apache.hadoop.fs.ozone.TestOzoneFileSystem ``` After: ``` [INFO] Tests run: 132, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 212.662 s - in org.apache.hadoop.fs.ozone.TestOzoneFileSystem ``` https://github.com/adoroszlai/hadoop-ozone/runs/3754181848#step:4:2881 (part of the difference is due to the latter CI run being faster overall) -- 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]
