smengcl opened a new pull request, #4487: URL: https://github.com/apache/ozone/pull/4487
## What changes were proposed in this pull request? - `#testSkipTrackingWithZeroSnapshot` fails occasionally presumably because the compaction log directory isn't created yet. e.g. https://github.com/apache/ozone/actions/runs/4540058938/jobs/8001489891?pr=3980 ``` Error: Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 52.179 s <<< FAILURE! - in org.apache.hadoop.ozone.freon.TestOMSnapshotDAG Error: org.apache.hadoop.ozone.freon.TestOMSnapshotDAG.testSkipTrackingWithZeroSnapshot Time elapsed: 11.135 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: not <null> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39) at org.junit.jupiter.api.Assertions.fail(Assertions.java:134) at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:47) at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:36) at org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:31) at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:300) at org.apache.hadoop.ozone.freon.TestOMSnapshotDAG.testSkipTrackingWithZeroSnapshot(TestOMSnapshotDAG.java:307) ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8304 ## How was this patch tested? - Modified test itself. -- 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]
