kuenishi opened a new pull request #3152: URL: https://github.com/apache/ozone/pull/3152
## What changes were proposed in this pull request? When ChunkUtils.writeData() finishes too fast, elapsed time for writing data in test case becomes zero because it's resolution is a bit rough, in milliseconds. That leads to the failure of test assertion that checks elapsed time being >0. Here, the check must be on written bytes and ops. I think this failure does not affect any released version. ## What is the link to the Apache JIRA HDDS-6401 ## How was this patch tested? This is a test code fix -- 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]
