chungen0126 opened a new pull request, #7041: URL: https://github.com/apache/ozone/pull/7041
## What changes were proposed in this pull request? Around 1% of time following assert error occured : Error: org.apache.hadoop.ozone.om.snapshot.TestSnapshotDiffManager.testLoadJobsOnStartUp Time elapsed: 0.035 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <DONE> but was: <IN_PROGRESS> It takes time to put data into rocksDB after running `SnapshotDiffManager#generateSnapshotDiffReport`. Make changes to check the status of the job for several times over five seconds. ## What is the link to the Apache JIRA [HDDS-10490](https://issues.apache.org/jira/browse/HDDS-10490) ## How was this patch tested? Test 20*10 iterations befor the changes: https://github.com/chungen0126/ozone/actions/runs/10268539273 Test 20*10 iterations after the changes: https://github.com/chungen0126/ozone/actions/runs/10261085937 -- 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]
