smengcl commented on PR #3082: URL: https://github.com/apache/ozone/pull/3082#issuecomment-1226863920
> @smengcl Do you have any suggestions on the failed unit test? The failure looks related at a first glance: https://github.com/apache/ozone/runs/8008158105 ```bash Error: org.apache.hadoop.ozone.recon.recovery.TestReconOmMetadataManagerImpl.testUpdateOmDB Time elapsed: 0.249 s <<< FAILURE! java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.apache.hadoop.ozone.recon.recovery.TestReconOmMetadataManagerImpl.testUpdateOmDB(TestReconOmMetadataManagerImpl.java:139) ``` But [Line 139 in TestReconOmMetadataManagerImpl.java](https://github.com/symious/ozone/blob/HDDS-6312/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/recovery/TestReconOmMetadataManagerImpl.java#L139) doesn't really match any meaningful code on your branch, hmm. I ran the same test locally and it passed. Retriggering the CI. -- 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]
