sodonnel commented on pull request #2554: URL: https://github.com/apache/ozone/pull/2554#issuecomment-902133041
With this change the decommission tests ran: ``` [INFO] Running org.apache.hadoop.ozone.scm.node.TestDecommissionAndMaintenance [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 520.23 s - in org.apache.hadoop.ozone.scm.node.TestDecommissionAndMaintenance ``` An older PR: ``` [INFO] Running org.apache.hadoop.ozone.scm.node.TestDecommissionAndMaintenance [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 843.013 s - in org.apache.hadoop.ozone.scm.node.TestDecommissionAndMaintenance ``` So it looks like this saved 343 seconds (over 5 minutes). Also notable, the CI server runs these tests slower than my laptop locally. -- 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]
