adoroszlai opened a new pull request, #10961:
URL: https://github.com/apache/ozone/pull/10961

   ## What changes were proposed in this pull request?
   
   Speed up `TestStreamRead`: bytes per checksum setting only affects client, 
the test cases can share the cluster.
   
   https://issues.apache.org/jira/browse/HDDS-16098
   
   ## How was this patch tested?
   
   Before (local):
   
   ```
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 161.2 
s -- in org.apache.hadoop.ozone.client.rpc.read.TestStreamRead
   [INFO] org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey16k 
-- Time elapsed: 56.12 s
   [INFO] org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey512 
-- Time elapsed: 63.72 s
   [INFO] 
org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey256k -- Time 
elapsed: 41.28 s
   ```
   
   After (local):
   
   ```
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 109.2 
s -- in org.apache.hadoop.ozone.client.rpc.read.TestStreamRead
   [INFO] org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey16k 
-- Time elapsed: 39.27 s
   [INFO] org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey512 
-- Time elapsed: 36.29 s
   [INFO] 
org.apache.hadoop.ozone.client.rpc.read.TestStreamRead.testReadKey256k -- Time 
elapsed: 15.83 s
   ```
   
   Before (CI):
   
   ```
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 184.0 
s -- in org.apache.hadoop.ozone.client.rpc.read.TestStreamRead
   ```
   
   After (CI):
   
   ```
   [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 130.6 
s -- in org.apache.hadoop.ozone.client.rpc.read.TestStreamRead
   ```
   


-- 
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]

Reply via email to