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/28 15:16:59 UTC

[GitHub] [ozone] adoroszlai opened a new pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

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


   ## What changes were proposed in this pull request?
   
   Combine some test cases in `TestBlockOutputStreamWithFailures` and `TestBlockOutputStreamWithFailuresFlushDelay` to reduce cluster creation/startup time.
   
   https://issues.apache.org/jira/browse/HDDS-5793
   
   ## How was this patch tested?
   
   Before:
   
   ```
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 585.121 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailuresFlushDelay
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 584.137 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures
   ```
   
   https://github.com/apache/ozone/runs/3728055559#step:4:2863
   
   After:
   
   ```
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.082 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailuresFlushDelay
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 278.229 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/runs/3732932406#step:4:2892


-- 
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] adoroszlai commented on pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

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


   Slightly less time saved with the new grouping, but hopefully it is more stable.


-- 
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] adoroszlai commented on pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

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


   Slightly less time saved with the new grouping, but hopefully it is more stable.


-- 
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] adoroszlai merged pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

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


   


-- 
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] adoroszlai commented on pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

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


   Thanks @bshashikant and @sodonnel for the review.


-- 
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] adoroszlai edited a comment on pull request #2690: HDDS-5793. Speed up TestBlockOutputStreamWithFailures by combining test cases

Posted by GitBox <gi...@apache.org>.
adoroszlai edited a comment on pull request #2690:
URL: https://github.com/apache/ozone/pull/2690#issuecomment-930392564


   Slightly less time saved (still around 5 minutes) with the new grouping, but hopefully it is more stable.
   
   ```
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 418.874 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailuresFlushDelay
   [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 421.035 s - in org.apache.hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures
   ```


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