adoroszlai opened a new pull request, #6346: URL: https://github.com/apache/ozone/pull/6346
## What changes were proposed in this pull request? Fix intermittent crash in `TestSnapshotDiffManager`: - Avoid recreating `SnapshotDiffManager` without closing the previous instance. Actually the new one seems to be unnecessary, as original one is created `@BeforeEach`. - Close `SnapshotDiffManager` before closing RocksDB objects. https://issues.apache.org/jira/browse/HDDS-10487 ## How was this patch tested? No crash in 500 runs (but had 5 failures due to NPE, reported in HDDS-10490): https://github.com/adoroszlai/ozone/actions/runs/8191095498 Regular CI: https://github.com/adoroszlai/ozone/actions/runs/8191527914 -- 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]
