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

   ## What changes were proposed in this pull request?
   
   `TestReconAndAdminContainerCLI` intermittently fails (in 8/100 
[runs](https://github.com/adoroszlai/ozone/actions/runs/7680318420)) with 
timeout at:
   
   ```
     at 
org.apache.ozone.test.GenericTestUtils.waitFor(GenericTestUtils.java:204)
     at 
org.apache.hadoop.ozone.recon.TestReconAndAdminContainerCLI.compareRMReportToReconResponse(TestReconAndAdminContainerCLI.java:335)
   ```
   
   The test gets reports from SCM and Recon, and then waits for the values to 
be equal.  The problem is that the report values are "fixed", updates are done 
at the server-side.  The operation repeated by `waitFor` should include getting 
the reports, too.
   
   Some additional cleanup in separate commits.
   
   https://issues.apache.org/jira/browse/HDDS-10227
   
   ## How was this patch tested?
   
   Passed in 100 runs:
   https://github.com/adoroszlai/ozone/actions/runs/7684474778
   
   Regular CI:
   https://github.com/adoroszlai/ozone/actions/runs/7684851679


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