Description
The test fails intermittently with the following stack trace:
java.lang.AssertionError: expected:<[org.apache.hadoop.security.token.delegation.DelegationKey@c09cd1a8, org.apache.hadoop.security.token.delegation.DelegationKey@ca089752]> but was:<[org.apache.hadoop.security.token.delegation.DelegationKey@c09cd1a8, org.apache.hadoop.security.token.delegation.DelegationKey@b206142c, org.apache.hadoop.security.token.delegation.DelegationKey@ca089752]> at org.apache.hadoop.yarn.server.resourcemanager.security.TestRMDelegationTokens.testRemoveExpiredMasterKeyInRMStateStore(TestRMDelegationTokens.java:161)
Attachments
Attachments
Issue Links
- relates to
-
YARN-8904 TestRMDelegationTokens can fail in testRMDTMasterKeyStateOnRollingMasterKey
- Resolved