chiacyu opened a new pull request, #8028: URL: https://github.com/apache/ozone/pull/8028
## What changes were proposed in this pull request? Several callers of `TestDataUtil#createKey` just want to write some data, without any interest in the content being written. The goal of this task is to create a variant of the method which generates some small random `byte[] content` instead of accepting it via parameter. To let the caller verify data (e.g. via `readKey`), this variant of `createKey` should return the random content it generated. Please take a look, thanks! ## What is the link to the Apache JIRA [HDDS-12476](https://issues.apache.org/jira/browse/HDDS-12476) ## How was this patch tested? Tested by CI. -- 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]
