muskan1012 commented on PR #6968: URL: https://github.com/apache/hadoop/pull/6968#issuecomment-2446021179
> The two tests which fail both use Mockito. > > TestCapacityOverTimePolicy > > ``` > junit.framework.AssertionFailedError > at junit.framework.Assert.fail(Assert.java:55) > at junit.framework.Assert.fail(Assert.java:64) > at junit.framework.TestCase.fail(TestCase.java:230) > at org.apache.hadoop.yarn.server.resourcemanager.reservation.BaseSharingPolicyTest.runTest(BaseSharingPolicyTest.java:146) > at org.apache.hadoop.yarn.server.resourcemanager.reservation.TestCapacityOverTimePolicy.testAllocation(TestCapacityOverTimePolicy.java:136) > ``` > > and TestDFSAdmin > > ``` > Expected size:<3> but was:<1> in: > <["Starting of reconfiguration task successful on 0 nodes, failed on 2 nodes."]> > at org.apache.hadoop.hdfs.tools.TestDFSAdmin.testAllDatanodesReconfig(TestDFSAdmin.java:1263) > ``` > > I think we should assume that these are related to the upgrade, unless it can be shown otherwise. Please can you investigate. Thank you! @steveloughran, These tests classes passed locally, indicating the issue isn't related to my changes. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org