steveloughran commented on PR #6968:
URL: https://github.com/apache/hadoop/pull/6968#issuecomment-2444983785

   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!
   


-- 
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]

Reply via email to