You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "adoroszlai (via GitHub)" <gi...@apache.org> on 2023/07/30 20:08:02 UTC

[GitHub] [ozone] adoroszlai opened a new pull request, #5129: HDDS-9067. Unit check aborted due to No space left on device

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

   ## What changes were proposed in this pull request?
   
   Fix some unit tests that left large chunks of data in `target/test-dir`.
   
   https://issues.apache.org/jira/browse/HDDS-9067
   
   ## How was this patch tested?
   
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/5707536191/job/15464310989


-- 
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 #5129: HDDS-9067. Unit check aborted due to No space left on device

Posted by "adoroszlai (via GitHub)" <gi...@apache.org>.
adoroszlai commented on PR #5129:
URL: https://github.com/apache/ozone/pull/5129#issuecomment-1659708897

   > Maybe we could remove all the temp directory methods from GenericTestUtils?
   
   Yes, I have started doing that, but excluded it from this patch because it's already large enough, split to HDDS-9103.


-- 
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] errose28 commented on pull request #5129: HDDS-9067. Unit check aborted due to No space left on device

Posted by "errose28 (via GitHub)" <gi...@apache.org>.
errose28 commented on PR #5129:
URL: https://github.com/apache/ozone/pull/5129#issuecomment-1659178239

   Thanks for fixing all of these issues @adoroszlai. Is there any way we can prevent things like this from happening in the future? Maybe we could remove all the temp directory methods from GenericTestUtils? Junit 4 `TemporaryFolder` and Junit 5 `@TempDir` should cover those use cases from what I can see.


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