You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/15 10:55:17 UTC

[GitHub] [ozone] sodonnel opened a new pull request #2646: HDDS-5748. Reuse mini-clusters in TestOzoneFSWithObjectStoreCreate

sodonnel opened a new pull request #2646:
URL: https://github.com/apache/ozone/pull/2646


   ## What changes were proposed in this pull request?
   
   TestOzoneFSWithObjectStoreCreate typically runs in about 212 seconds:
   
   ```
   [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 212.789 s - in org.apache.hadoop.fs.ozone.TestOzoneFSWithObjectStoreCreate
   [INFO] Running org.apache.hadoop.fs.ozone.TestOzoneFileSystem
   ```
   
   Refactoring to re-use the mini-cluster across all tests should greatly reduce this runtime.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5748
   
   ## How was this patch tested?
   
   Existing tests
   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] sodonnel commented on pull request #2646: HDDS-5748. Reuse mini-clusters in TestOzoneFSWithObjectStoreCreate

Posted by GitBox <gi...@apache.org>.
sodonnel commented on pull request #2646:
URL: https://github.com/apache/ozone/pull/2646#issuecomment-920047323


   The updated code ran in 46s saving about 166 seconds:
   
   ```
   [INFO] Running org.apache.hadoop.fs.ozone.TestOzoneFSWithObjectStoreCreate
   [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.294 s - in org.apache.hadoop.fs.ozone.TestOzoneFSWithObjectStoreCreate
   ```
   
   Thanks for the review @adoroszlai.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org


[GitHub] [ozone] sodonnel merged pull request #2646: HDDS-5748. Reuse mini-clusters in TestOzoneFSWithObjectStoreCreate

Posted by GitBox <gi...@apache.org>.
sodonnel merged pull request #2646:
URL: https://github.com/apache/ozone/pull/2646


   


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org