K0K0V0K commented on PR #8194:
URL: https://github.com/apache/hadoop/pull/8194#issuecomment-3774006084

   The 2 failing test:
   
   ```
   [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
114.0 s <<< FAILURE! -- in 
org.apache.hadoop.yarn.server.resourcemanager.TestRMHA
   [ERROR] 
org.apache.hadoop.yarn.server.resourcemanager.TestRMHA.testTransitionedToStandbyShouldNotHang
 -- Time elapsed: 100.0 s <<< ERROR!
   java.util.concurrent.TimeoutException: 
testTransitionedToStandbyShouldNotHang() timed out after 100000 milliseconds
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        Suppressed: java.lang.InterruptedException
                at java.base/java.lang.Object.wait(Native Method)
                at java.base/java.lang.Thread.join(Thread.java:1313)
                at java.base/java.lang.Thread.join(Thread.java:1381)
                at 
org.apache.hadoop.yarn.server.resourcemanager.TestRMHA.testTransitionedToStandbyShouldNotHang(TestRMHA.java:538)
                at java.base/java.lang.reflect.Method.invoke(Method.java:569)
                ... 2 more
   
   ....
   
   [ERROR] 
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesReservation.testUpdateReservation(int,
 boolean)[6] -- Time elapsed: 3.587 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: 
   
   Expecting:
    <200>
   to be equal to:
    <400>
   but was not.
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native
 Method)
        at 
java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at 
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
        at 
org.apache.hadoop.yarn.webapp.WebServicesTestUtils.assertResponseStatusCode(WebServicesTestUtils.java:136)
        at 
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesReservation.updateReservationTestHelper(TestRMWebServicesReservation.java:1168)
        at 
org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesReservation.testUpdateReservation(TestRMWebServicesReservation.java:447)
   ```  
   
   I can not pass these 2 in the trunk code neither, and seems unrelated to the 
change.


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