Description
testCancelledDelegationToken[0] fails intermittently with the following error/stack trace:
java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:8088/ws/v1/cluster/delegation-token at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication.cancelDelegationToken(TestRMWebServicesDelegationTokenAuthentication.java:446) at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesDelegationTokenAuthentication.testCancelledDelegationToken(TestRMWebServicesDelegationTokenAuthentication.java:267)
I'll attach an stdout as well to this issue.
It seems that the test helper infrastructure does not come up correctly.
Attachments
Attachments
Issue Links
- duplicates
-
YARN-9461 TestRMWebServicesDelegationTokenAuthentication.testCancelledDelegationToken fails with HTTP 400
- Resolved