HADOOP-18946. TestErrorTranslation failure (#6205)
Fixes TestErrorTranslation.testMultiObjectExceptionFilledIn() failure which came in with HADOOP-18939. Contributed by Steve Loughran
This commit is contained in:
parent
9a411fcf9d
commit
215cb15beb
@ -127,8 +127,6 @@ public void testMultiObjectExceptionFilledIn() throws Throwable {
|
||||
.exception(ase)
|
||||
.build();
|
||||
RetryOnErrorCodeCondition retry = RetryOnErrorCodeCondition.create("");
|
||||
assertTrue("retry policy of MultiObjectException",
|
||||
retry.shouldRetry(context));
|
||||
|
||||
Assertions.assertThat(retry.shouldRetry(context))
|
||||
.describedAs("retry policy of MultiObjectException")
|
||||
|
Loading…
Reference in New Issue
Block a user