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 2022/04/21 10:24:28 UTC

[GitHub] [ozone] adoroszlai opened a new pull request, #3328: HDDS-6189. Intermittent failure in TestDirectoryDeletingServiceWithFSO

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

   ## What changes were proposed in this pull request?
   
   `TestDirectoryDeletingServiceWithFSO` was intermittently timing out at `assertSubPathsCount`.  This method has a `waitFor`, but the condition cannot change, since it compares two fix long values.  The fix is to get the actual value for each check during the wait.
   
   https://issues.apache.org/jira/browse/HDDS-6189
   
   ## How was this patch tested?
   
   100x passed:
   https://github.com/adoroszlai/hadoop-ozone/runs/6107144162
   
   Regular CI:
   https://github.com/adoroszlai/hadoop-ozone/actions/runs/2200070046


-- 
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 #3328: HDDS-6189. Intermittent failure in TestDirectoryDeletingServiceWithFSO

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


-- 
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 #3328: HDDS-6189. Intermittent failure in TestDirectoryDeletingServiceWithFSO

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

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