This is an automated email from the ASF dual-hosted git repository. ahmar pushed a commit to branch feature-HADOOP-18073-sdk-v2-upgrade-3.6-aws in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit f9d14259c52a84c5f34be86edff56025fbf5e764 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Fri Oct 20 10:13:05 2023 +0100 HADOOP-18946. TestErrorTranslation failure (#6205) Fixes TestErrorTranslation.testMultiObjectExceptionFilledIn() failure which came in with HADOOP-18939. Contributed by Steve Loughran --- .../test/java/org/apache/hadoop/fs/s3a/impl/TestErrorTranslation.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestErrorTranslation.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestErrorTranslation.java index dd4abe64c65c..a1fdbabb9479 100644 --- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestErrorTranslation.java +++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/impl/TestErrorTranslation.java @@ -127,8 +127,6 @@ public class TestErrorTranslation extends AbstractHadoopTestBase { .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") --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org