YARN-2018. TestClientRMService.testTokenRenewalWrongUser fails after HADOOP-10562. (Contributed by Ming Ma)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1592783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03db13206f
commit
f4b687b873
@ -82,6 +82,9 @@ Release 2.5.0 - UNRELEASED
|
|||||||
YARN-738. TestClientRMTokens is failing irregularly while running all yarn
|
YARN-738. TestClientRMTokens is failing irregularly while running all yarn
|
||||||
tests (Ming Ma via jlowe)
|
tests (Ming Ma via jlowe)
|
||||||
|
|
||||||
|
YARN-2018. TestClientRMService.testTokenRenewalWrongUser fails after
|
||||||
|
HADOOP-10562 (Ming Ma via Arpit Agarwal)
|
||||||
|
|
||||||
Release 2.4.1 - UNRELEASED
|
Release 2.4.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -478,9 +478,8 @@ public Void run() throws Exception {
|
|||||||
checkTokenRenewal(owner, other);
|
checkTokenRenewal(owner, other);
|
||||||
return null;
|
return null;
|
||||||
} catch (YarnException ex) {
|
} catch (YarnException ex) {
|
||||||
Assert.assertTrue(ex.getMessage().contains(
|
Assert.assertTrue(ex.getMessage().contains(owner.getUserName() +
|
||||||
"Client " + owner.getUserName() +
|
" tries to renew a token with renewer " +
|
||||||
" tries to renew a token with renewer specified as " +
|
|
||||||
other.getUserName()));
|
other.getUserName()));
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user