elek opened a new pull request #2306: URL: https://github.com/apache/ozone/pull/2306
## What changes were proposed in this pull request? `StreamingGenerator` is created as part of HDDS-5142, but in the original version the number of threads as forced to be 1. This test starts a new streaming server in each iteration and streams a pre-generated directory via the Ozone (!) streaming API (old directory is removed, and the new directory will be used as source in the next iteration) This patch extends the original test with accepting the standard `-t` parameter and use thread specific working directory for the streaming ## How was this patch tested? ``` ./ozone freon strmg -n1 --files=1 -t=10 ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
