smengcl commented on PR #7101: URL: https://github.com/apache/ozone/pull/7101#issuecomment-2362463862
The test failure is weird. I haven't touched anything related to hsync but its failing in one specific test: https://github.com/apache/ozone/actions/runs/10728014894/job/30403969117?pr=7101#step:6:2770 ``` Error: Tests run: 41, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 507.786 s <<< FAILURE! - in org.apache.hadoop.fs.ozone.TestHSync Error: org.apache.hadoop.fs.ozone.TestHSync.testKeyHSyncThenClose Time elapsed: 3.83 s <<< FAILURE! org.opentest4j.AssertionFailedError: expected: <true> but was: <false> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183) at org.apache.hadoop.fs.ozone.TestHSync.testKeyHSyncThenClose(TestHSync.java:378) ``` And the line number doesn't even point to the right place in the test: https://github.com/smengcl/hadoop-ozone/blob/HDDS-11347-checknative/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java#L378 Anyway, I've rebased (merged master) it. Let's see how it goes. -- 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]
